Get rid of some more header dependencies

This commit is contained in:
twinaphex 2014-10-21 02:59:04 +02:00
parent a2e1c0e57a
commit 4f2e52a36f
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
#include "../boolean.h"
#include "utils.h"
#include "../general.h"
#include "../performance.h"
#if defined(__SSE2__)

View File

@ -24,7 +24,6 @@
#include "../msvc/msvc_compat.h"
#include "../file.h"
#include "../file_path.h"
#include "../miscellaneous.h"
#include "../general.h"
#if !defined(_WIN32) && !defined(__CELLOS_LV2__) && !defined(_XBOX)