浏览代码

small include changes

Sven Sickert 11 年之前
父节点
当前提交
1a29864564
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      semseg/SemanticSegmentation.cpp

+ 3 - 3
semseg/SemanticSegmentation.cpp

@@ -5,15 +5,15 @@
 * @date 03/19/2009
 
 */
-#include <iostream>
+#include "SemanticSegmentation.h"
 
-#include "core/image/MultiChannelImage3DT.h"
 #include "core/basics/StringTools.h"
 
-#include "SemanticSegmentation.h"
 #include "vislearning/baselib/Preprocess.h"
 #include "vislearning/baselib/Globals.h"
 
+#include <iostream>
+
 using namespace OBJREC;
 using namespace std;
 using namespace NICE;