aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser_keywords.cpp
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-05-27 14:41:16 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-05-27 14:44:30 -0700
commit9ad3488b5d076729b39bd3f91abda4fd10bea21c (patch)
treefd1f5b8fb4b723a80c81b0772a68b63876d25b9a /src/parser_keywords.cpp
parent8f420b9272e526097a73ad10ce74ce3edbb67b9e (diff)
fix some style bogosities that crept in
Diffstat (limited to 'src/parser_keywords.cpp')
-rw-r--r--src/parser_keywords.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser_keywords.cpp b/src/parser_keywords.cpp
index 4a99dd94..f3a531dc 100644
--- a/src/parser_keywords.cpp
+++ b/src/parser_keywords.cpp
@@ -1,9 +1,9 @@
// Functions having to do with parser keywords, like testing if a function is a block command.
#include "config.h" // IWYU pragma: keep
-#include "parser_keywords.h"
#include "common.h"
#include "fallback.h" // IWYU pragma: keep
+#include "parser_keywords.h"
bool parser_keywords_skip_arguments(const wcstring &cmd) {
return contains(cmd, L"else", L"begin");