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;