From 4232f8450d896068713d988cf5541835c3818682 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 5 Apr 2011 01:29:33 +0200 Subject: - we love ogg, we hate mp3/wav - a lot of coding style/intent fix - add constant.h to pro files --- pacman-c++/client.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pacman-c++/client.h') diff --git a/pacman-c++/client.h b/pacman-c++/client.h index 2816ec2..272d110 100644 --- a/pacman-c++/client.h +++ b/pacman-c++/client.h @@ -1,9 +1,8 @@ #ifndef CLIENT_H #define CLIENT_H -#include - #include "mainwidget.h" +#include class Client : public QMainWindow { @@ -15,4 +14,4 @@ private: MainWidget *mainWidget; }; -#endif // CLIENT_H \ No newline at end of file +#endif // CLIENT_H -- cgit v1.2.3