Unflatten edk includes
Installing the edk headers into a folder requires us to do odd things
with imports, and either include headers with "..", or otherwise get the
include directories lined up.
Move the contents of edk/*.c/h up a level, and just simplify the include
structure. This is done to fix the immediate change of the prior patch
and make this build again. Happy to discuss other options.
Change-Id: I328f20bca6d23100993493445bee0e5e11d2866a
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/generator/cper-generate.h b/generator/cper-generate.h
index 042431f..ad196bd 100644
--- a/generator/cper-generate.h
+++ b/generator/cper-generate.h
@@ -6,7 +6,7 @@
#endif
#include <stdio.h>
-#include "../edk/BaseTypes.h"
+#include "BaseTypes.h"
void generate_cper_record(char **types, UINT16 num_sections, FILE *out);
void generate_single_section_record(char *type, FILE *out);