diff options
author | Chris Robinson <[email protected]> | 2021-12-17 17:34:03 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-12-17 17:34:03 -0800 |
commit | cbbc4dc8faf14f234d156ccc312b952ed9bc4e8e (patch) | |
tree | 739a2c3156bffbd25eab89809723df0a5de0d89d /core/context.h | |
parent | d16b61dffb24cbe90e03e921684cb538cb23e181 (diff) |
Move some more context functions to the proper source
Diffstat (limited to 'core/context.h')
-rw-r--r-- | core/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/context.h b/core/context.h index 6bdf5db9..f3e05689 100644 --- a/core/context.h +++ b/core/context.h @@ -10,7 +10,7 @@ #include "almalloc.h" #include "alspan.h" #include "atomic.h" -#include "core/bufferline.h" +#include "bufferline.h" #include "threads.h" #include "vecmat.h" #include "vector.h" |