comparison gui/app.c @ 33753:dac15337cfb6

Remove unnecessary #include "interface.h".
author ib
date Thu, 07 Jul 2011 15:07:31 +0000
parents c5a19bbeac2b
children 1c4a2554d46b
comparison
equal deleted inserted replaced
33752:6cea6d268f97 33753:dac15337cfb6
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., 15 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #include "app.h" 19 #include "app.h"
20
21 #include "interface.h"
22 #include "skin/font.h" 20 #include "skin/font.h"
23 21
24 #include "libavutil/common.h" 22 #include "libavutil/common.h"
25 23
26 guiItems guiApp = { 24 guiItems guiApp = {