Fix #include format.

This commit is contained in:
Ben Vanik
2015-01-31 22:49:47 -08:00
parent f4f401e927
commit 00e4a4fe1b
373 changed files with 1171 additions and 1171 deletions

View File

@@ -7,13 +7,13 @@
******************************************************************************
*/
#include <alloy/alloy.h>
#include <alloy/backend/x64/x64_backend.h>
#include <alloy/frontend/ppc/ppc_context.h>
#include <alloy/frontend/ppc/ppc_frontend.h>
#include <alloy/runtime/raw_module.h>
#include <poly/main.h>
#include <poly/poly.h>
#include "alloy/alloy.h"
#include "alloy/backend/x64/x64_backend.h"
#include "alloy/frontend/ppc/ppc_context.h"
#include "alloy/frontend/ppc/ppc_frontend.h"
#include "alloy/runtime/raw_module.h"
#include "poly/main.h"
#include "poly/poly.h"
#if !XE_LIKE_WIN32
#include <dirent.h>