aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/check_box.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-06 14:41:34 +0200
committerRémi Verschelde2017-09-06 14:41:34 +0200
commit0b8fa1e01068af9924742ade2625e021ccd2c5a8 (patch)
treee8215049a82c7e75919ecc747b4ed9671c5b4ead /scene/gui/check_box.cpp
parentddadc782ba4f0c07ab2f742bae648675b527bdf5 (diff)
downloadgodot-0b8fa1e01068af9924742ade2625e021ccd2c5a8.tar.gz
godot-0b8fa1e01068af9924742ade2625e021ccd2c5a8.tar.zst
godot-0b8fa1e01068af9924742ade2625e021ccd2c5a8.zip
Diffstat (limited to 'scene/gui/check_box.cpp')
-rw-r--r--scene/gui/check_box.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/check_box.cpp b/scene/gui/check_box.cpp
index 21e226914..e2b10a948 100644
--- a/scene/gui/check_box.cpp
+++ b/scene/gui/check_box.cpp
@@ -29,7 +29,6 @@
/*************************************************************************/
#include "check_box.h"
-#include "button_group.h"
#include "servers/visual_server.h"
void CheckBox::_notification(int p_what) {