Преглед изворни кода

ic.h included before ic_lookup.h

bal пре 40 година
родитељ
комит
6988358e29
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      util/ego/ic/ic.c
  2. 1 1
      util/ego/ic/ic_lib.c

+ 1 - 1
util/ego/ic/ic.c

@@ -12,8 +12,8 @@
 #include "../../../h/em_pseu.h"
 #include "../../../h/em_flag.h"
 #include "../../../h/em_mes.h"
-#include "ic_lookup.h"
 #include "ic.h"
+#include "ic_lookup.h"
 #include "ic_aux.h"
 #include "ic_io.h"
 #include "ic_lib.h"

+ 1 - 1
util/ego/ic/ic_lib.c

@@ -11,8 +11,8 @@
 #include "../../../h/em_pseu.h"
 #include "../../../h/em_mes.h"
 #include "../../../h/arch.h"
-#include "ic_lookup.h"
 #include "ic.h"
+#include "ic_lookup.h"
 #include "ic_io.h"
 #include "../share/global.h"
 #include "../share/files.h"