Mercurial > mplayer.hg
comparison gui/app/gui.h @ 36868:6104326789e6
Remove unnecessary #includes.
The header file contains nothing but #defines.
This reverts r36953 and parts of r36954.
author | ib |
---|---|
date | Sun, 02 Mar 2014 18:44:33 +0000 |
parents | bade5683ca70 |
children | 40ad45360c8a |
comparison
equal
deleted
inserted
replaced
36867:160b9ec5ebf4 | 36868:6104326789e6 |
---|---|
21 * @brief Internal declarations and definitions | 21 * @brief Internal declarations and definitions |
22 */ | 22 */ |
23 | 23 |
24 #ifndef MPLAYER_GUI_GUI_H | 24 #ifndef MPLAYER_GUI_GUI_H |
25 #define MPLAYER_GUI_GUI_H | 25 #define MPLAYER_GUI_GUI_H |
26 | |
27 #include "gui/app/app.h" | |
28 | |
29 #include "stream/stream.h" | |
30 | 26 |
31 /// Name of the program the GUI utilizes | 27 /// Name of the program the GUI utilizes |
32 #define MPlayer "MPlayer" | 28 #define MPlayer "MPlayer" |
33 | 29 |
34 //@{ | 30 //@{ |