diff options
Diffstat (limited to 'src/or/dir_server_st.h')
-rw-r--r-- | src/or/dir_server_st.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/dir_server_st.h b/src/or/dir_server_st.h index 0c2e905fb9..8fdb04a7de 100644 --- a/src/or/dir_server_st.h +++ b/src/or/dir_server_st.h @@ -7,9 +7,9 @@ #ifndef DIR_SERVER_ST_H #define DIR_SERVER_ST_H -#include "torint.h" -#include "or.h" -#include "routerstatus_st.h" +#include "common/torint.h" +#include "or/or.h" +#include "or/routerstatus_st.h" /** Represents information about a single trusted or fallback directory * server. */ |