change #include "ocl.h" to <flash/nor/ocl.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "ocl.h"

the following form should be used.

	#include <flash/nor/ocl.h>

The exception is from .c files in the same directory.
This commit is contained in:
Zachary T Welch 2009-12-03 04:14:58 -08:00
parent 450ceda9ae
commit afb6d38bd5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
***************************************************************************/
#include "platform.h"
#include "ocl.h"
#include <flash/nor/ocl.h>
#include "dcc.h"
#include "samflash.h"