Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 30, 2016
1 parent ad7ec15 commit 96c06f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/transpose_list.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <Rdefines.h>
#include <Rinternals.h>
#include <stdlib.h>
#include <string.h>

SEXP C_transpose_list(SEXP x, SEXP names) {
size_t ncol = Rf_length(names);
Expand Down

0 comments on commit 96c06f2

Please sign in to comment.