diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-18 13:42:02 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-18 13:42:02 +0000 |
| commit | e35b225eaf055bd40145b5693a9ee61fb459f76e (patch) | |
| tree | d8c6b8bd5880df756fe18c9b32968393b19c4ae4 /examples/GuiClient/main.cpp | |
| parent | 83e894f0beb4ea6336b76718fbeb87ebd9d848e6 (diff) | |
| download | qxmpp-e35b225eaf055bd40145b5693a9ee61fb459f76e.tar.gz | |
remove unnecessary includes from main.cpp
Diffstat (limited to 'examples/GuiClient/main.cpp')
| -rw-r--r-- | examples/GuiClient/main.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp index 764c4fb3..7f2cb5b0 100644 --- a/examples/GuiClient/main.cpp +++ b/examples/GuiClient/main.cpp @@ -24,11 +24,8 @@ #include <QtGui/QApplication> #include <QDir> -#include "chatDialog.h" -#include "chatGraphicsView.h" -#include "chatGraphicsScene.h" + #include "mainDialog.h" -#include "statusTextWidget.h" #include "utils.h" int main(int argc, char *argv[]) |
