Task: Moved include to top of list, per flint++ recommendation

This commit is contained in:
Paul Beckingham
2015-11-01 19:59:10 -05:00
parent 5d9ca9864e
commit 5c8b7148b4
17 changed files with 17 additions and 17 deletions

View File

@@ -25,6 +25,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h>
#include <iostream>
#include <fstream>
#include <sstream>
@@ -33,7 +34,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <Context.h>
#include <FS.h>
#include <Eval.h>
#include <Variant.h>