include/QF header cleanup. including config.h (or any file from include) is

a nono because headers in include/QF get installed, but include don't and thus
would break quakeforge-dev.
This commit is contained in:
Bill Currie 2001-05-31 05:33:13 +00:00
parent 6bf58ab1af
commit 323015b11a
145 changed files with 203 additions and 2138 deletions

View file

@ -33,7 +33,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "QF/compat.h"
#include "compat.h"
#include "QF/qtypes.h"
#include "QF/va.h"