Get rid of not needed includes

svn path=/trunk/; revision=43917
This commit is contained in:
Anders Broman 2012-07-22 16:48:52 +00:00
parent 830283048b
commit 01e69df536
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@
#ifndef __CRC7__H__
#define __CRC7__H__
#include <stdlib.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif