[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / win32ss / drivers / displays / vga / objects / bitblt.c
index ed24a2a..a231858 100644 (file)
@@ -1,13 +1,15 @@
 /*
  * PROJECT:         ReactOS VGA display driver
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            drivers/video/displays/vga/objects/bitblt.c
- * PURPOSE:         
- * PROGRAMMERS:     
+ * FILE:            win32ss/drivers/displays/vga/objects/bitblt.c
+ * PURPOSE:
+ * PROGRAMMERS:
  */
 
 #include <vgaddi.h>
 
+#include "bitblt.h"
+
 typedef BOOL (*PFN_VGABlt)(SURFOBJ*, SURFOBJ*, XLATEOBJ*, RECTL*, POINTL*);
 typedef BOOL  (APIENTRY *PBLTRECTFUNC)(SURFOBJ* OutputObj,
                                        SURFOBJ* InputObj,