Skip to content
Snippets Groups Projects
Commit b0566fc0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't #include sbbs.h since that includes text.h, which is generated by this

Which means that every time textgen was built, it was immediately out of
date (and requiring a rebuild).
parent 63818850
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sbbs.h"
#include "genwrap.h" // truncsp
#include "dirwrap.h" // MAX_PATH
#include "gen_defs.h"
#include "str_util.h"
#include "getctrl.h"
/****************************************************************************/
/* Reads special TEXT.DAT printf style text lines, splicing multiple lines, */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment