diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-01-25 15:44:38 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-01-25 15:44:38 +0100 |
commit | 5307b022f652ad34a8b2ef35d674817b7da33759 (patch) | |
tree | d68fcfe8be1cc317d4910858d4ec3784ef2e5439 /src/gui/widgets | |
parent | 2c51c98625b225cecfb9628c30d62d4e30f7e3e1 (diff) | |
download | mana-5307b022f652ad34a8b2ef35d674817b7da33759.tar.gz mana-5307b022f652ad34a8b2ef35d674817b7da33759.tar.bz2 mana-5307b022f652ad34a8b2ef35d674817b7da33759.tar.xz mana-5307b022f652ad34a8b2ef35d674817b7da33759.zip |
Minor includes cleanup
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/textfield.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index c4c00ae4..35ce09c5 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -24,7 +24,6 @@ #include "configuration.h" #include "graphics.h" -#include "gui/palette.h" #include "gui/sdlinput.h" #include "resources/image.h" |