Преглед на файлове

Update location of buffers.h

Nick Mathewson преди 7 години
родител
ревизия
4ad59bfbc2
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/lib/process/process.c
  2. 1 1
      src/lib/process/process_unix.c
  3. 1 1
      src/lib/process/process_win32.c

+ 1 - 1
src/lib/process/process.c

@@ -9,7 +9,7 @@
  **/
 
 #define PROCESS_PRIVATE
-#include "lib/container/buffers.h"
+#include "lib/buf/buffers.h"
 #include "lib/net/buffers_net.h"
 #include "lib/container/smartlist.h"
 #include "lib/log/log.h"

+ 1 - 1
src/lib/process/process_unix.c

@@ -10,7 +10,7 @@
 
 #define PROCESS_UNIX_PRIVATE
 #include "lib/intmath/cmp.h"
-#include "lib/container/buffers.h"
+#include "lib/buf/buffers.h"
 #include "lib/net/buffers_net.h"
 #include "lib/container/smartlist.h"
 #include "lib/evloop/compat_libevent.h"

+ 1 - 1
src/lib/process/process_win32.c

@@ -10,7 +10,7 @@
 
 #define PROCESS_WIN32_PRIVATE
 #include "lib/intmath/cmp.h"
-#include "lib/container/buffers.h"
+#include "lib/buf/buffers.h"
 #include "lib/net/buffers_net.h"
 #include "lib/container/smartlist.h"
 #include "lib/log/log.h"