diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-21 20:31:27 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-21 20:31:27 +0000 |
commit | e923c20a86f10331a9005d8a484e53cedff4434f (patch) | |
tree | 1dd1fd189d245ac21abad098b9a4df204a1960fd | |
parent | Simplify typeRead/typeWrite by replacing enable_if with if constexpr (diff) | |
download | slicer-e923c20a86f10331a9005d8a484e53cedff4434f.tar.bz2 slicer-e923c20a86f10331a9005d8a484e53cedff4434f.tar.xz slicer-e923c20a86f10331a9005d8a484e53cedff4434f.zip |
Remove unnecessary headers
-rw-r--r-- | slicer/slicer/modelParts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/slicer/slicer/modelParts.h b/slicer/slicer/modelParts.h index 46c4fbc..15fdc30 100644 --- a/slicer/slicer/modelParts.h +++ b/slicer/slicer/modelParts.h @@ -1,13 +1,11 @@ #ifndef SLICER_MODELPARTS_H #define SLICER_MODELPARTS_H -#include <Ice/Config.h> #include <IceUtil/Shared.h> #include <IceUtil/Handle.h> #include <IceUtil/Optional.h> #include <Ice/Handle.h> #include <Ice/StreamF.h> -#include <Slice/Parser.h> #include <stdexcept> #include <boost/function.hpp> #include <boost/bimap.hpp> |