Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / vmdio.c
index b4ed95239e8e7eb757ca71064385ad310a290a16..621160a9e8f91fe49085b0e71be53b01d8c1eb43 100644 (file)
 /*                                                                           */
 /*****************************************************************************/
 
-#include <stdlib.h>
+#include <assert.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
-#include <assert.h>
 
 /*
  * Plugin header files; get plugin source from www.ks.uiuc.edu/Research/vmd"
 #ifndef _WIN32_IE
 #define _WIN32_IE 0x0500 /* SHGetFolderPath is available since WinXP/IE5 */
 #endif
-#include <windows.h>
 #include <shlobj.h>
+#include <windows.h>
 #endif
 
 #include "gromacs/fileio/gmxfio.h"