includes: add global.h

Origin commit data
------------------
Commit: d1f22aa20c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-15 (Wed, 15 Aug 2012)

Origin message was:
------------------
*includes: add global.h
This commit is contained in:
2012-08-15 23:01:34 +02:00
committed by Michael Liebmann
parent 4ffd702166
commit 0c31abbf1e
7 changed files with 14 additions and 3 deletions

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