Wiped common.h out of existence.

This commit is contained in:
Murilo Soares Pereira 2010-04-04 21:19:32 -03:00
parent 155e03e42c
commit be38f63822
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#ifndef COMMON_H
#define COMMON_H
#define FALSE 0
#define TRUE 1
#endif

View File

@ -1,7 +1,6 @@
#include <ncurses.h>
#include <malloc.h>
#include <string.h>
#include "common.h"
#include "../lib/card.h"
int main(int argc, const char *argv[]) {