]> pd.if.org Git - pdclib/blobdiff - includes/__tm.h
Re-import from Subversion.
[pdclib] / includes / __tm.h
diff --git a/includes/__tm.h b/includes/__tm.h
deleted file mode 100644 (file)
index 7b6aaaa..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-// struct tm definition shared by time.h and wchar.h
-// ----------------------------------------------------------------------------
-
-#ifndef __TM_H
-#define __TM_H __TM_H
-
-struct tm; // TODO - personality?
-
-#endif // __TM_H