CLI: Corrected include order

This commit is contained in:
Paul Beckingham 2016-04-30 08:26:45 -04:00
parent 7cbd34c7bd
commit b5a4b3476c

View file

@ -26,10 +26,10 @@
#include <cmake.h>
#include <CLI.h>
#include <sstream>
#include <algorithm>
#include <Color.h>
#include <shared.h>
#include <sstream>
#include <algorithm>
////////////////////////////////////////////////////////////////////////////////
A2::A2 (const std::string& raw, Lexer::Type lextype)