Skip to content

Commit

Permalink
correceted header order
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Sep 23, 2024
1 parent ea0dd2b commit f0c3341
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/init.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#include <R_ext/Rdynload.h>
#include <Rinternals.h>
#include <stdlib.h> // for NULL

#include <fstream>
#include "QuadCensus.h"
#include <stdexcept>
#include <fstream>

#include "QuadCensus.h"
#include <stdlib.h> // for NULL
#include <Rinternals.h>
#include <R_ext/Rdynload.h>

using namespace std;
using namespace oaqc;
Expand Down

0 comments on commit f0c3341

Please sign in to comment.