normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+4 -5
View File
@@ -20,10 +20,11 @@
// Seperator.argplus[i] is a pointer to the original string so it doesnt end at the div
// Written by Quagmire
#ifndef SEPERATOR_H
#define SEPERATOR_H
#include "types.h"
#pragma once
#include "common/types.h"
#include <stdlib.h>
#include <string.h>
@@ -154,5 +155,3 @@ public:
private:
uint16 maxargnum;
};
#endif