diff options
author | Jose <jose@zeroc.com> | 2015-04-13 16:24:52 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-04-13 16:24:52 +0200 |
commit | 9eac965e8ccd8501084409d248db691b763ed25f (patch) | |
tree | 69117fa9e58bd3a6bddf284c923f4fe81e87f371 /cpp/src/slice2cpp/Main.cpp | |
parent | Missing depend-file option in slice2freezej (diff) | |
download | ice-9eac965e8ccd8501084409d248db691b763ed25f.tar.bz2 ice-9eac965e8ccd8501084409d248db691b763ed25f.tar.xz ice-9eac965e8ccd8501084409d248db691b763ed25f.zip |
Remove FileUtil dependency for --depend-file
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index ec4cf798797..63a727ad6e0 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -11,15 +11,11 @@ #include <IceUtil/CtrlCHandler.h> #include <IceUtil/Mutex.h> #include <IceUtil/MutexPtrLock.h> -#include <IceUtil/FileUtil.h> #include <Slice/Preprocessor.h> #include <Slice/FileTracker.h> #include <Slice/Util.h> #include "Gen.h" -#include <iostream> -#include <fstream> - using namespace std; using namespace Slice; |