diff options
author | numzero <numzer0@yandex.ru> | 2023-02-22 21:38:32 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-03-01 09:06:23 +0100 |
commit | d6be6682ec69706b765ab51863bcd5805a7cbd7d (patch) | |
tree | d35aaf0ac12e74f4bac9a597fe524209ee2b14e4 /src/gui/guiButton.h | |
parent | 39f4d26177ec1c8f246133c532a42ef7429bc36d (diff) | |
download | minetest-d6be6682ec69706b765ab51863bcd5805a7cbd7d.tar.xz |
Drop dependency on IrrCompileConfig
The only remaining thing is IRRLICHT_SDK_VERSION via irrlicht.h
Diffstat (limited to 'src/gui/guiButton.h')
-rw-r--r-- | src/gui/guiButton.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/guiButton.h b/src/gui/guiButton.h index 5e379b28f..31105bcda 100644 --- a/src/gui/guiButton.h +++ b/src/gui/guiButton.h @@ -4,8 +4,6 @@ #pragma once
-#include "IrrCompileConfig.h"
-
#include <IGUIStaticText.h>
#include "irrlicht_changes/static_text.h"
#include "IGUIButton.h"
|