Skip to content

Commit

Permalink
Make sure Rcpp is first header
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Mar 13, 2015
1 parent 6dc1949 commit d6bb0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CollectorLogical.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef FASTREAD_COLLECTORLOGICAL_H_
#define FASTREAD_COLLECTORLOGICAL_H_

#include <cstring>
#include <Rcpp.h>
#include <cstring>
#include "Collector.h"

class CollectorLogical : public Collector {
Expand Down
2 changes: 1 addition & 1 deletion src/CollectorSkip.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef FASTREAD_COLLECTORSKIP_H_
#define FASTREAD_COLLECTORSKIP_H_

#include <cstring>
#include <Rcpp.h>
#include <cstring>
#include "Collector.h"

class CollectorSkip : public Collector {
Expand Down

0 comments on commit d6bb0ba

Please sign in to comment.