citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit b5e289854f4c1c7d46ce8cbd9e205b85543c3b9a
parent b65d8cac2412531bc4fb66a2fd1f61568a8031e2
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 13 Jul 2016 22:50:28 -0600

src: reoder includes

Diffstat:
Msrc/inst_ast_visitor.cc | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/inst_ast_visitor.cc b/src/inst_ast_visitor.cc @@ -13,11 +13,10 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sstream> -#include <string> - #include <clang/AST/AST.h> #include <clang/Lex/Lexer.h> +#include <sstream> +#include <string> #include "inst_ast_visitor.h"