Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / listed_forces / pairs.cpp
index e910e592275cb495faadd988ba2de3c7b8e45a48..283c7cbb706186f898f180342649788d3ceb3116 100644 (file)
@@ -55,7 +55,7 @@
 #include "gromacs/pbcutil/ishift.h"
 #include "gromacs/pbcutil/mshift.h"
 #include "gromacs/pbcutil/pbc.h"
-#include "gromacs/pbcutil/pbc-simd.h"
+#include "gromacs/pbcutil/pbc_simd.h"
 #include "gromacs/simd/simd.h"
 #include "gromacs/simd/simd_math.h"
 #include "gromacs/simd/vector_operations.h"
@@ -64,7 +64,7 @@
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/gmxassert.h"
 
-#include "listed-internal.h"
+#include "listed_internal.h"
 
 using namespace gmx; // TODO: Remove when this file is moved into gmx namespace