From aed1f02acb325c49092161cfa39decfd1e04a70b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Apr 2002 18:22:23 +0000 Subject: 2002-04-04 Ralf Corsepius * src/dosfs/fat.h: Include . Remove DBG1 and DBG2 (unused). --- cpukit/libfs/src/dosfs/fat.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/libfs/src') diff --git a/cpukit/libfs/src/dosfs/fat.h b/cpukit/libfs/src/dosfs/fat.h index 04a1f0f662..f0aaf21c98 100644 --- a/cpukit/libfs/src/dosfs/fat.h +++ b/cpukit/libfs/src/dosfs/fat.h @@ -21,6 +21,8 @@ extern "C" { #endif +#include + #include /* XXX: temporary hack :(( */ @@ -32,9 +34,6 @@ extern "C" { #include #include -#define DBG1(x) x -#define DBG2(x) x - #ifndef RC_OK #define RC_OK 0x00000000 #endif -- cgit v1.2.3