Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
aeb6ad91
Commit
aeb6ad91
authored
Jul 04, 2019
by
Volodymyr Yurchenko
Browse files
Switch to C++ libraries
parent
21296456
Changes
4
Hide whitespace changes
Inline
Side-by-side
inc/TJAlien.h
View file @
aeb6ad91
...
...
@@ -11,13 +11,13 @@
#ifndef ROOT_TJAlien
#define ROOT_TJAlien
#include
<stdio
.h
>
#include
<
c
stdio>
#include
<unistd.h>
#include
<map>
#include
<fstream>
#include
<stdlib
.h
>
#include
<
c
stdlib>
#include
<string>
#include
<signal
.h
>
#include
<
c
signal>
#include
<sstream>
#ifdef _DEBUG
...
...
inc/TJAlienSystem.h
View file @
aeb6ad91
...
...
@@ -21,7 +21,7 @@
//////////////////////////////////////////////////////////////////////////
#ifndef __CINT__
#include
<stdio
.h
>
#include
<
c
stdio>
#endif
#ifndef ROOT_TSystem
...
...
inc/TJClientFile.h
View file @
aeb6ad91
...
...
@@ -2,7 +2,7 @@
#ifndef ROOT_TJClientFile
#define ROOT_TJClientFile
#include
<stdio
.h
>
#include
<
c
stdio>
#include
<unistd.h>
#include
"TObject.h"
...
...
src/TJAlienSystem.cxx
View file @
aeb6ad91
...
...
@@ -15,8 +15,8 @@
// //
//////////////////////////////////////////////////////////////////////////
#include
<stdlib
.h
>
#include
<errno
.h
>
#include
<
c
stdlib>
#include
<
c
errno>
#include
<sys/types.h>
#include
<dirent.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment