diff options
Diffstat (limited to 'plugins/Dbx_tree/src/Hash.h')
-rw-r--r-- | plugins/Dbx_tree/src/Hash.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Dbx_tree/src/Hash.h b/plugins/Dbx_tree/src/Hash.h index 886e8b1485..ae5a1d06be 100644 --- a/plugins/Dbx_tree/src/Hash.h +++ b/plugins/Dbx_tree/src/Hash.h @@ -20,10 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifndef _MSC_VER
#include <stdint.h>
-#else
-#include "stdint.h"
-#endif
uint32_t Hash(const void * Data, uint32_t Length);
|