remove our stdint.h version that uses boost and force usage of system stdint.h

This commit is contained in:
Bret Curtis 2014-03-05 17:08:58 +01:00
parent 5539c75ef0
commit ab224f93c9
19 changed files with 27 additions and 36 deletions

View file

@ -1,6 +1,8 @@
#ifndef SH_PREPROCESSOR_H
#define SH_PREPROCESSOR_H
#include <stdint.h>
#include <string>
#include <vector>