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