Skip to content

Commit

Permalink
simplify headers
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Sep 11, 2018
1 parent d10dfbc commit 466ed8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
13 changes: 6 additions & 7 deletions inst/include/dplyr.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#ifndef dplyr_dplyr_H
#define dplyr_dplyr_H
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#include <dplyr/main.h>
#ifndef RCPP_dplyr_H_GEN_
#define RCPP_dplyr_H_GEN_

#include <tools/tools.h>
#include "dplyr_RcppExports.h"

#include <dplyr/dplyr.h>

#endif
#endif // RCPP_dplyr_H_GEN_
1 change: 0 additions & 1 deletion src/RcppExports.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#include "../inst/include/dplyr.h"
#include "../inst/include/dplyr_types.h"
#include <Rcpp.h>
#include <string>
Expand Down
4 changes: 2 additions & 2 deletions src/rlang.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <dplyr.h>

#include <dplyr/main.h>
#include <tools/utils.h>

namespace dplyr {
namespace internal {
Expand Down

0 comments on commit 466ed8e

Please sign in to comment.