Move the basic OpenBIOS configuration header files from include/openbios to include/.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@695 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-03-14 17:19:58 +00:00
committed by Mark Cave-Ayland
parent 02896c11fd
commit 1dbe55b8e4
177 changed files with 181 additions and 181 deletions

View File

@@ -6,7 +6,7 @@
* the copyright and warranty status of this work.
*/
#include "openbios/sysinclude.h"
#include "sysinclude.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -21,9 +21,9 @@
#include <getopt.h>
#endif
#include "openbios/config.h"
#include "config.h"
#include "kernel/stack.h"
#include "openbios/sysinclude.h"
#include "sysinclude.h"
#include "kernel/kernel.h"
#include "dict.h"
#include "cross.h"

View File

@@ -7,7 +7,7 @@
* the copyright and warranty status of this work.
*/
#include "openbios/config.h"
#include "config.h"
#include "kernel/kernel.h"
#include "dict.h"
#ifdef BOOTSTRAP

View File

@@ -6,8 +6,8 @@
* the copyright and warranty status of this work.
*/
#include "openbios/config.h"
#include "openbios/sysinclude.h"
#include "config.h"
#include "sysinclude.h"
#include "kernel/stack.h"
#include "kernel/kernel.h"
#include "dict.h"

View File

@@ -7,7 +7,7 @@
*/
#include "openbios/config.h"
#include "config.h"
#include "kernel/stack.h"
#include "cross.h"