summaryrefslogtreecommitdiffstats
path: root/src/log_actions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/log_actions.hh')
-rw-r--r--src/log_actions.hh10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/log_actions.hh b/src/log_actions.hh
index 02dc476..cdbb0e2 100644
--- a/src/log_actions.hh
+++ b/src/log_actions.hh
@@ -30,11 +30,12 @@
#ifndef log_actions_hh
#define log_actions_hh
-#include <functional>
-#include <utility>
+#if 0
+# include <functional>
+# include <utility>
-#include "log_data_helper.hh"
-#include "logfile_sub_source.hh"
+# include "log_data_helper.hh"
+# include "logfile_sub_source.hh"
class piper_proc;
@@ -63,5 +64,6 @@ private:
int ad_press_value{-1};
size_t ad_line_index{0};
};
+#endif
#endif