Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / tests / tngio.cpp
index a7ced2f8874217da79c62aeeae3f49799360bf4a..6c5cbef3498731ad88b6e7074bce1c9f10b96629 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
  * \author Mark Abraham <mark.j.abraham@gmail.com>
  * \ingroup module_fileio
  */
-#include <gtest/gtest.h>
+#include "gmxpre.h"
+
+#include "gromacs/fileio/tngio.h"
+
 #include <string>
 
-#include "../tngio.h"
-#include "../tngio_for_tools.h"
-#include "testutils/testfilemanager.h"
+#include <gtest/gtest.h>
+
+#include "gromacs/fileio/tngio_for_tools.h"
 #include "gromacs/utility/path.h"
 
+#include "testutils/testfilemanager.h"
+
 namespace
 {