* Sync up to trunk head (r65074).
[reactos.git] / dll / cpl / desk / desk.c
index bb31e51..0bbfa25 100644 (file)
@@ -1,17 +1,17 @@
-/* $Id$
- *
+/*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS Display Control Panel
- * FILE:            lib/cpl/desk/desk.c
+ * FILE:            dll/cpl/desk/desk.c
  * PURPOSE:         ReactOS Display Control Panel
  *
  * PROGRAMMERS:     Trevor McCort (lycan359@gmail.com)
  */
 
 #include "desk.h"
-#include "preview.h"
 
-#define NUM_APPLETS    (1)
+#include <cplext.h>
+
+#define NUM_APPLETS    (1)
 
 static LONG APIENTRY DisplayApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam);