Skip to content
Snippets Groups Projects
Commit b209d4c0 authored by rswindell's avatar rswindell
Browse files

Only #includes text.h if SBBS is defined.

parent 10bf174c
No related branches found
No related tags found
No related merge requests found
...@@ -102,8 +102,9 @@ ...@@ -102,8 +102,9 @@
/***********************/ /***********************/
/* Synchronet-specific */ /* Synchronet-specific */
/***********************/ /***********************/
#ifdef SBBS /* Only SBBS is multi-threaded */ #ifdef SBBS
#include "threadwrap.h" /* must be before dirwrap.h for OpenBSD FULLPATH */ #include "threadwrap.h" /* must be before dirwrap.h for OpenBSD FULLPATH */
#include "text.h"
#endif #endif
#include "genwrap.h" #include "genwrap.h"
#include "dirwrap.h" #include "dirwrap.h"
...@@ -115,7 +116,6 @@ ...@@ -115,7 +116,6 @@
#include "scfglib.h" #include "scfglib.h"
#include "userdat.h" #include "userdat.h"
#include "riodefs.h" #include "riodefs.h"
#include "text.h"
#include "cmdshell.h" #include "cmdshell.h"
#include "ringbuf.h" /* RingBuf definition */ #include "ringbuf.h" /* RingBuf definition */
#include "client.h" /* client_t definition */ #include "client.h" /* client_t definition */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment