*includes: add global.h

This commit is contained in:
2012-08-15 23:01:34 +02:00
committed by micha-bbg
parent 260af3fb65
commit d1f22aa20c
7 changed files with 14 additions and 3 deletions

View File

@@ -47,6 +47,8 @@
#include <config.h>
#endif
#include <global.h>
#include <algorithm>
#include <cstdlib>
#include "moviebrowser.h"

View File

@@ -46,6 +46,8 @@
#include <config.h>
#endif
#include <global.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>

View File

@@ -49,6 +49,8 @@
#include <config.h>
#endif
#include <global.h>
#include "stdlib.h"
#include "listframe.h"
#include <gui/widget/icons.h>

View File

@@ -44,8 +44,8 @@
Nov 2005 Günther initial implementation
****************************************************************************/
#if !defined(LISTFRAME_H_)
#define LISTFRAME_H_
#ifndef __LISTFRAME_H__
#define __LISTFRAME_H__
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@@ -48,6 +48,8 @@
#include <config.h>
#endif
#include <global.h>
#include "msgbox.h"
#include <gui/widget/icons.h>

View File

@@ -55,6 +55,8 @@
#include <config.h>
#endif
#include <global.h>
#include "textbox.h"
#include <gui/widget/icons.h>

View File

@@ -59,8 +59,9 @@
#include <string>
#include <vector>
#include <global.h>
#include <driver/fb_window.h>
#include <gui/color.h>
#include <gui/customcolor.h>
#define TRACE printf
#define TRACE_1 printf