Removed obsolete header include.

This commit is contained in:
oliverschmidt 2006-08-14 23:42:33 +00:00
parent 43e9e3caa0
commit bace5b3481

View file

@ -30,13 +30,12 @@
* *
* Author: Oliver Schmidt <ol.sc@web.de> * Author: Oliver Schmidt <ol.sc@web.de>
* *
* $Id: ctk-console.c,v 1.1 2006/08/13 16:36:01 oliverschmidt Exp $ * $Id: ctk-console.c,v 1.2 2006/08/14 23:42:33 oliverschmidt Exp $
*/ */
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
#include <stdlib.h> #include <stdlib.h>
#include <conio.h>
#include "contiki.h" #include "contiki.h"