diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/player.h b/src/player.h index 0f5ca51..641230a 100644 --- a/src/player.h +++ b/src/player.h @@ -32,18 +32,15 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "config.h" -#ifdef USE_GUI - #ifndef __RTVIDEOREC_PLAYER_H #define __RTVIDEOREC_PLAYER_H -#include "info.h" +#include <QWidget> #include <stdio.h> #include <stdlib.h> + #include <SDL/SDL.h> -//#include <avformat.h> #include "util.h" #include "queue.h" @@ -51,7 +48,7 @@ #include "thread.h" #include "frame.h" -#include <qwidget.h> +#include "info.h" #include "yuv_draw.h" @@ -139,4 +136,3 @@ private: #endif/*__RTVIDEOREC_PLAYER_H*/ -#endif /* USE_GUI */ |