clean up includes in QEQ, REPLICA, and RIGID packages

This commit is contained in:
Axel Kohlmeyer
2019-07-07 16:23:36 -04:00
parent 57a5588549
commit 13d4fbdcfb
25 changed files with 9 additions and 106 deletions

View File

@ -14,7 +14,6 @@
#include "fix_hyper_local.h"
#include <mpi.h>
#include <cmath>
#include <cstdio>
#include <cstring>
#include "atom.h"
#include "update.h"
@ -22,10 +21,10 @@
#include "pair.h"
#include "domain.h"
#include "comm.h"
#include "my_page.h"
#include "neighbor.h"
#include "neigh_request.h"
#include "neigh_list.h"
#include "modify.h"
#include "math_extra.h"
#include "memory.h"
#include "error.h"