Remove some typedefs.h dependencies
[alexxy/gromacs.git] / src / gromacs / selection / nbsearch.h
index c3a299482433f3c011f0cd5ede6ada73b0303de0..4732ae0b31b24b86d633e724d51ac0044f082adf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2009,2010,2011,2012,2013, by the GROMACS development team, led by
+ * Copyright (c) 2009,2010,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.
 
 #include <boost/shared_ptr.hpp>
 
-#include "../legacyheaders/typedefs.h"
+#include "../math/vectypes.h"
 #include "../utility/common.h"
 #include "../utility/gmxassert.h"
+#include "../utility/real.h"
 
-#include "indexutil.h"
-
-struct gmx_ana_pos_t;
+struct t_pbc;
 
 namespace gmx
 {