Skip to content

Commit 8a78a14

Browse files
committed
remove irrelevant headers
1 parent 43cac9d commit 8a78a14

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/core/expr/funary/unary_invert.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
//------------------------------------------------------------------------------
2222
#include "column/const.h"
2323
#include "column/func_unary.h"
24-
#include "expr/fexpr_column.h"
2524
#include "expr/fexpr_func_unary.h"
2625
#include "python/xargs.h"
2726
#include "stype.h"

src/core/expr/funary/unary_minus.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@
2121
//------------------------------------------------------------------------------
2222
#include "column/const.h"
2323
#include "column/func_unary.h"
24-
#include "expr/fexpr_column.h"
2524
#include "expr/fexpr_func_unary.h"
26-
#include "expr/eval_context.h"
27-
#include "expr/workframe.h"
28-
#include "expr/fexpr.h"
2925
#include "python/xargs.h"
3026
#include "stype.h"
31-
#include <iostream>
3227
namespace dt {
3328
namespace expr {
3429

0 commit comments

Comments
 (0)