Changes from the flat namespace to heirarchical one. Instead of writing:
#include "pld.h"
the following form should be used.
#include <pld/pld.h>
The exception is from .c files in the same directory.
#include "xsvf.h"
#include "svf.h"
#include <flash/nand.h>
-#include "pld.h"
+#include <pld/pld.h>
#include <server/server.h>
#include <server/telnet_server.h>
#include "xsvf.h"
#include "svf.h"
#include <flash/nand.h>
-#include "pld.h"
+#include <pld/pld.h>
#include <flash/mflash.h>
#include <server/server.h>