change #include "binarybuffer.h" to <helper/binarybuffer.h>

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

	#include "binarybuffer.h"

the following form should be used.

	#include <helper/binarybuffer.h>

The exception is from .c files in the same directory.
This commit is contained in:
Zachary T Welch
2009-12-03 04:14:25 -08:00
parent 5d57cad001
commit d1bc4375e9
16 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@
#endif
#include "lpc288x.h"
#include "binarybuffer.h"
#include <helper/binarybuffer.h>
#define LOAD_TIMER_ERASE 0