]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/dialogs/SimpleStringDialog.hxx
Add missing Include-Guards to dialogs
[frida/frida.git] / src / gui / dialogs / SimpleStringDialog.hxx
index 4fbb26c5af035f2d038933b32139c63af953da55..9d693c2fc27888384c64d07feac80583da39508d 100644 (file)
@@ -1,4 +1,7 @@
-#include "gui/qt.hxx"
+#ifndef INCLUDE__SimpleStringDialog_hxx
+#define INCLUDE__SimpleStringDialog_hxx
+
+#include "qt.hxx"
 
 class SimpleStringDialog : public QDialog {
        Q_OBJECT
@@ -9,3 +12,5 @@ public:
 private:
        QLineEdit * edit;
 };
+
+#endif /* INCLUDE__SimpleStringDialog_hxx */