Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis.h
index 025f2219ceb060d365e9b5572d5e8246ab7eef77..a79edd567ace198f30587eb3c25f9ec664c536ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012,2013, by the GROMACS development team, led by
+ * Copyright (c) 2011,2012,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.
 #ifndef GMX_TRAJECTORYANALYSIS_H
 #define GMX_TRAJECTORYANALYSIS_H
 
-#include "analysisdata.h"
-#include "options.h"
-#include "selection.h"
-
-#include "selection/nbsearch.h"
-#include "trajectoryanalysis/analysismodule.h"
-#include "trajectoryanalysis/analysissettings.h"
-#include "trajectoryanalysis/cmdlinerunner.h"
-#include "utility/exceptions.h"
-#include "utility/programinfo.h"
-#include "utility/stringutil.h"
+#include "gromacs/analysisdata.h"
+#include "gromacs/options.h"
+#include "gromacs/selection.h"
+#include "gromacs/fileio/trx.h"
+#include "gromacs/selection/nbsearch.h"
+#include "gromacs/topology/topology.h"
+#include "gromacs/trajectoryanalysis/analysismodule.h"
+#include "gromacs/trajectoryanalysis/analysissettings.h"
+#include "gromacs/trajectoryanalysis/cmdlinerunner.h"
+#include "gromacs/utility/arrayref.h"
+#include "gromacs/utility/exceptions.h"
 
 #endif