Jelajahi Sumber

move NCDRefTarget to misc/

ambrop7 13 tahun lalu
induk
melakukan
f3fd1055a6
5 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 0 0
      misc/NCDRefTarget.h
  2. 1 1
      ncd/NCDVal.h
  3. 1 1
      ncd/extra/NCDBuf.h
  4. 1 1
      ncd/modules/concat.c
  5. 1 1
      ncd/modules/depend_scope.c

+ 0 - 0
ncd/NCDRefTarget.h → misc/NCDRefTarget.h


+ 1 - 1
ncd/NCDVal.h

@@ -35,9 +35,9 @@
 
 #include <misc/debug.h>
 #include <misc/cstring.h>
+#include <misc/NCDRefTarget.h>
 #include <structure/CAvl.h>
 #include <ncd/NCDStringIndex.h>
-#include <ncd/NCDRefTarget.h>
 
 // these are implementation details. The interface is defined below.
 

+ 1 - 1
ncd/extra/NCDBuf.h

@@ -32,9 +32,9 @@
 
 #include <stddef.h>
 
+#include <misc/NCDRefTarget.h>
 #include <structure/LinkedList0.h>
 #include <base/DebugObject.h>
-#include <ncd/NCDRefTarget.h>
 
 typedef struct {
     size_t buf_size;

+ 1 - 1
ncd/modules/concat.c

@@ -44,8 +44,8 @@
 
 #include <misc/balloc.h>
 #include <misc/offset.h>
+#include <misc/NCDRefTarget.h>
 #include <ncd/NCDModule.h>
-#include <ncd/NCDRefTarget.h>
 #include <ncd/static_strings.h>
 
 #include <generated/blog_channel_ncd_concat.h>

+ 1 - 1
ncd/modules/depend_scope.c

@@ -86,9 +86,9 @@
 #include <misc/offset.h>
 #include <misc/debug.h>
 #include <misc/balloc.h>
+#include <misc/NCDRefTarget.h>
 #include <structure/LinkedList1.h>
 #include <ncd/NCDModule.h>
-#include <ncd/NCDRefTarget.h>
 
 #include <generated/blog_channel_ncd_depend_scope.h>