Skip to content

Commit da6b606

Browse files
ci: fix hardcoding issye
1 parent ffa8f47 commit da6b606

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

include/cfbox/help.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
#include <cstdio>
44
#include <string_view>
55

6+
#include <cfbox/applet_config.hpp>
67
#include <cfbox/term.hpp>
78

8-
#ifndef CFBOX_VERSION_STRING
9-
#define CFBOX_VERSION_STRING "0.0.1"
10-
#endif
11-
129
namespace cfbox::help {
1310

1411
struct HelpEntry {

src/applets/init/init.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <sys/wait.h>
1212

1313
#include <cfbox/help.hpp>
14-
#include <cfbox/applet_config.hpp>
1514

1615
namespace cfbox::init {
1716

0 commit comments

Comments
 (0)