Update location of buffers.h

This commit is contained in:
Nick Mathewson
2018-12-17 17:01:50 -05:00
parent e969d9c6b4
commit 4ad59bfbc2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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"