diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-11 22:20:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-11 22:20:55 +0300 |
commit | e2f5b9c7166f55a217539938c597034c9b54e8c9 (patch) | |
tree | ab8e24d219fc2c03160d42427352c2032a846f07 /src/dirs.cpp | |
parent | cbcd29fa516d35a29ee5bbf7d33e20d4d10f535c (diff) | |
download | plus-e2f5b9c7166f55a217539938c597034c9b54e8c9.tar.gz plus-e2f5b9c7166f55a217539938c597034c9b54e8c9.tar.bz2 plus-e2f5b9c7166f55a217539938c597034c9b54e8c9.tar.xz plus-e2f5b9c7166f55a217539938c597034c9b54e8c9.zip |
Remove extra includes.
Diffstat (limited to 'src/dirs.cpp')
-rw-r--r-- | src/dirs.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dirs.cpp b/src/dirs.cpp index ce20923b4..e64a54cbc 100644 --- a/src/dirs.cpp +++ b/src/dirs.cpp @@ -38,8 +38,6 @@ #include "utils/paths.h" #include "utils/virtfs.h" -#include "resources/resourcemanager/resourcemanager.h" - #ifdef ANDROID #ifdef USE_SDL2 #include "main.h" |