diff options
Diffstat (limited to 'src/common/buffers.h')
-rw-r--r-- | src/common/buffers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/buffers.h b/src/common/buffers.h index 5cd9d3ec67..80103af776 100644 --- a/src/common/buffers.h +++ b/src/common/buffers.h @@ -13,8 +13,8 @@ #define TOR_BUFFERS_H #include "common/compat.h" -#include "common/torint.h" -#include "common/testsupport.h" +#include "lib/cc/torint.h" +#include "lib/testsupport/testsupport.h" typedef struct buf_t buf_t; |