Skip to content

Commit bd73cd0

Browse files
cgohlkejreback
authored andcommitted
Remove duplicate code
1 parent 3db0e82 commit bd73cd0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pandas/src/parser/tokenizer.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ See LICENSE for the license
2727
#define ERROR_INVALID_CHARS 3
2828
#define ERROR_MINUS_SIGN 4
2929

30-
#if defined(_MSC_VER)
31-
#include "../headers/ms_stdint.h"
32-
#else
33-
#include <stdint.h>
34-
#endif
30+
#include "../headers/stdint.h"
3531

3632
#include "khash.h"
3733

0 commit comments

Comments
 (0)