continuing to clean up include file lists

This commit is contained in:
Axel Kohlmeyer
2019-07-04 07:23:01 -04:00
parent b4cf4b1ed7
commit ce6fa0118a
39 changed files with 23 additions and 101 deletions

View File

@ -14,8 +14,8 @@
#include "set.h"
#include <mpi.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <climits>
#include "atom.h"
#include "atom_vec.h"
#include "atom_vec_ellipsoid.h"
@ -26,9 +26,7 @@
#include "region.h"
#include "group.h"
#include "comm.h"
#include "neighbor.h"
#include "force.h"
#include "pair.h"
#include "input.h"
#include "variable.h"
#include "random_park.h"