]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
Some more platform / compiler specific code refactoring.
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index f6c850c80a037d885eb6851caada693bd5f513f6..b07fa974364555145fc3020a5b844be7688c20bb 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
-#include <time.h>
 #include <string.h>
 #include <stdlib.h>
-#include <sys/stat.h>
 
 #include "gmqcc.h"
 #include "lexer.h"
+#include "platform.h"
 
 #define HT_MACROS 1024
 typedef struct {