Skip to content

Commit

Permalink
remove irrelevant headers
Browse files Browse the repository at this point in the history
  • Loading branch information
samukweku committed Apr 11, 2023
1 parent 43cac9d commit 8a78a14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/core/expr/funary/unary_invert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
//------------------------------------------------------------------------------
#include "column/const.h"
#include "column/func_unary.h"
#include "expr/fexpr_column.h"
#include "expr/fexpr_func_unary.h"
#include "python/xargs.h"
#include "stype.h"
Expand Down
5 changes: 0 additions & 5 deletions src/core/expr/funary/unary_minus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@
//------------------------------------------------------------------------------
#include "column/const.h"
#include "column/func_unary.h"
#include "expr/fexpr_column.h"
#include "expr/fexpr_func_unary.h"
#include "expr/eval_context.h"
#include "expr/workframe.h"
#include "expr/fexpr.h"
#include "python/xargs.h"
#include "stype.h"
#include <iostream>
namespace dt {
namespace expr {

Expand Down

0 comments on commit 8a78a14

Please sign in to comment.