aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-02-23 16:36:33 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-02-23 18:05:56 -0800
commit2f81bfb5e51bc6c1ec6ee4296abd11c5f9a52b48 (patch)
tree46a0970da02fe1af6b7bfd717a19b273454f98d9
parent78e7a7b59d33d1da36b286e3751606a5cea17206 (diff)
Moved import
-rw-r--r--bb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bb.h b/bb.h
index fccc6ee..d85e793 100644
--- a/bb.h
+++ b/bb.h
@@ -176,6 +176,8 @@ typedef struct proc_s {
static binding_t bindings[MAX_BINDINGS];
+#include "columns.h"
+
// Functions
void bb_browse(bb_t *bb, const char *initial_path);
static void check_cmdfile(bb_t *bb);
@@ -322,6 +324,4 @@ static const char *runstartup =
" fi;\n"
"done\n";
-#include "columns.h"
-
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1