Re-order includes to expose intptr_t to tor_api_internal.h

This commit is contained in:
Nick Mathewson 2018-09-14 07:11:37 -04:00
parent d8280216c0
commit 88c9730817

View file

@ -18,8 +18,8 @@
// Include this after the above headers, to insure that they don't
// depend on anything else.
#include "orconfig.h"
#include "feature/api/tor_api_internal.h"
#include "lib/cc/torint.h"
#include "feature/api/tor_api_internal.h"
#include "lib/cc/compat_compiler.h"
#include <stdio.h>