Skip to content

Commit 98fa917

Browse files
committed
further include cleanup
1 parent 1a03fb4 commit 98fa917

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/source_panel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "slang/ast/Expression.h"
77
#include "slang/ast/Symbol.h"
88
#include "source_buffer.h"
9-
#include "src/slang_utils.h"
9+
#include "slang_utils.h"
1010

1111
#include <deque>
1212
#include <vector>

src/waves_panel.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "wave_image.h"
1010
#include "workspace.h"
1111
#include <algorithm>
12+
#include <curses.h>
1213
#include <fstream>
1314
#include <optional>
1415
#include <vector>

0 commit comments

Comments
 (0)