removed common.h reference

This commit is contained in:
mrdudz
2014-11-23 12:50:47 +01:00
parent 0079f5f6a2
commit e3fdbc0a4b
4 changed files with 8 additions and 9 deletions

View File

@@ -5,8 +5,7 @@
!!AUTHOR!! Johan Kotlinski
*/
#include "common.h"
#include <stdio.h>
#include <assert.h>
struct {

View File

@@ -4,8 +4,6 @@
!!LICENCE!! GPL, read COPYING.GPL
*/
#include "common.h"
#include <stdio.h>
#include <limits.h>
@@ -19,9 +17,6 @@ unsigned char success = 0;
unsigned char failures = 0;
unsigned char dummy = 0;
#ifdef SUPPORT_BIT_TYPES
bit bit0 = 0;
#endif
int int0 = 0;
int int1 = 0;
char char0 = 0;