Skip to content

Commit 4e253a7

Browse files
committed
Remove src prefix from include file
1 parent f785291 commit 4e253a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/waves_panel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include "absl/strings/str_format.h"
66
#include "absl/strings/str_split.h"
77
#include "color.h"
8-
#include "src/wave_image.h"
98
#include "utils.h"
9+
#include "wave_image.h"
1010
#include "workspace.h"
1111
#include <algorithm>
1212
#include <fstream>

0 commit comments

Comments
 (0)