cocoa tiny fixes


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1322 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/cocoa.m b/cocoa.m
index ade7f61..38b4760 100644
--- a/cocoa.m
+++ b/cocoa.m
@@ -34,9 +34,11 @@
               x  simple graphical prompt to demo
               -  better graphical prompt
 */
-#include "vl.h"
+
 #import <Cocoa/Cocoa.h>
 
+#include "vl.h"
+
 NSWindow *window = NULL;
 NSQuickDrawView *qd_view = NULL;