Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / programs / view / nmol.cpp
index 97e9753d755defaf31b4ee0184e9dbbb6131f6a8..26fc5bd5fced5b291037db75851631e743b611ec 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "macros.h"
-#include "xutil.h"
-#include "buttons.h"
-#include "manager.h"
-#include "nmol.h"
-#include "gromacs/math/vec.h"
-#include "txtdump.h"
-#include "pbc.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/pbcutil/pbc.h"
 
-#include "gromacs/math/3dview.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "3dview.h"
+#include "buttons.h"
+#include "manager.h"
+#include "nmol.h"
+#include "xutil.h"
+
 #define MSIZE 4
 
 static bool MWCallBack(t_x11 *x11, XEvent *event, Window /*w*/, void *data)