dumb clang plugin randomly inserting headers

when i don't want it to
This commit is contained in:
tildearrow 2022-02-06 16:28:04 -05:00
parent 53d46b9aa1
commit 127eb1569e
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#include "dataErrors.h"
#include "song.h"
#include <cstdint>
#define _USE_MATH_DEFINES
#include "engine.h"
#include "instrument.h"
@ -9,7 +8,6 @@
#include "../fileutils.h"
#include "../utfutils.h"
#include "../audio/sdl.h"
#include <cstddef>
#include <stdexcept>
#ifndef _WIN32
#include <unistd.h>