# HG changeset patch # User ib # Date 1393785873 0 # Node ID 6104326789e6d185b596df8c9781b7a623008d75 # Parent 160b9ec5ebf46c3075c5d41c90b143c75d95b3a1 Remove unnecessary #includes. The header file contains nothing but #defines. This reverts r36953 and parts of r36954. diff -r 160b9ec5ebf4 -r 6104326789e6 gui/app/gui.h --- a/gui/app/gui.h Sun Mar 02 15:11:25 2014 +0000 +++ b/gui/app/gui.h Sun Mar 02 18:44:33 2014 +0000 @@ -24,10 +24,6 @@ #ifndef MPLAYER_GUI_GUI_H #define MPLAYER_GUI_GUI_H -#include "gui/app/app.h" - -#include "stream/stream.h" - /// Name of the program the GUI utilizes #define MPlayer "MPlayer"