diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-20 01:16:35 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-20 01:16:35 +0200 |
commit | cc6358aec6bab0a2cf16eb645486e919743910f6 (patch) | |
tree | 8d5c0b053b03c18dcad7b140d04989bafde7cbef /client/Dialog.cpp | |
parent | 17bde4246c7e3f25c566f15e1ed218cf646a0f93 (diff) |
FIX build error (remove invalid header)
Diffstat (limited to 'client/Dialog.cpp')
-rw-r--r-- | client/Dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/Dialog.cpp b/client/Dialog.cpp index f90d5b1..a5d205c 100644 --- a/client/Dialog.cpp +++ b/client/Dialog.cpp @@ -6,7 +6,6 @@ #include "UpdatedConfig.h" #include "Dialog.h" #include "Proxy.h" -#include "RichTextPushButton.h" using namespace std; |