X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=main.c;h=cbcadf10260a317ceaf96d693f9c254740069e2f;hp=5717fb55c247f8e90df3b5a0a5d5357e89577f0f;hb=11179a2a71572972f0b19d8be5974ad338915b9f;hpb=b2348e1de06ecbc6298c7caae7ac0deaa444dffb diff --git a/main.c b/main.c index 5717fb5..cbcadf1 100644 --- a/main.c +++ b/main.c @@ -21,9 +21,15 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#include +#include +#include +#include +#include + + #include "gmqcc.h" #include "lexer.h" -#include /* TODO: cleanup this whole file .. it's a fuckign mess */