We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63842ab commit d27315bCopy full SHA for d27315b
2 files changed
src/core/expr/funary/unary_invert.cc
@@ -21,7 +21,6 @@
21
//------------------------------------------------------------------------------
22
#include "column/const.h"
23
#include "column/func_unary.h"
24
-#include "expr/fexpr_column.h"
25
#include "expr/fexpr_func_unary.h"
26
#include "python/xargs.h"
27
#include "stype.h"
src/core/expr/funary/unary_minus.cc
@@ -21,14 +21,9 @@
-#include "expr/eval_context.h"
-#include "expr/workframe.h"
28
-#include "expr/fexpr.h"
29
30
31
-#include <iostream>
32
namespace dt {
33
namespace expr {
34
0 commit comments