[OSK] General refactoring
[reactos.git] / base / applications / osk / osk.h
diff --git a/base/applications/osk/osk.h b/base/applications/osk/osk.h
deleted file mode 100644 (file)
index a435e69..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * PROJECT:         ReactOS On-Screen Keyboard
- * LICENSE:         GPL - See COPYING in the top level directory
- * PURPOSE:         On screen keyboard.
- * COPYRIGHT:       Denis ROBERT
- *                  Copyright 2019 BiČ™oc George (fraizeraust99 at gmail dot com)
- */
-
-#ifndef _OSK_H
-#define _OSK_H
-
-/* INCLUDES ******************************************************************/
-
-#include <stdio.h>
-
-#include <windows.h>
-#include <commctrl.h>
-#include <debug.h>
-#include <uxtheme.h>
-#include <vsstyle.h>
-
-#include "main.h"
-
-#endif
-
-/* EOF */