Start source tree (final, I hope!) restructuration. Part 1/X
[reactos.git] / reactos / subsystems / ntvdm / clock.h
diff --git a/reactos/subsystems/ntvdm/clock.h b/reactos/subsystems/ntvdm/clock.h
deleted file mode 100644 (file)
index 53927d2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * COPYRIGHT:       GPL - See COPYING in the top level directory
- * PROJECT:         ReactOS Virtual DOS Machine
- * FILE:            clock.h
- * PURPOSE:         Clock for VDM
- * PROGRAMMERS:     Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
- *                  Hermes Belusca-Maito (hermes.belusca@sfr.fr)
- */
-
-#ifndef _CLOCK_H_
-#define _CLOCK_H_
-
-/* FUNCTIONS ******************************************************************/
-
-VOID ClockUpdate(VOID);
-BOOLEAN ClockInitialize(VOID);
-
-#endif // _CLOCK_H_
-
-/* EOF */