some cleanup for missed steps in previous change sets

This commit is contained in:
Axel Kohlmeyer
2019-07-12 15:40:24 -04:00
parent 2f64615087
commit a1f0c0079d
14 changed files with 29 additions and 39 deletions

View File

@ -16,8 +16,6 @@
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "timer.h"
#include "universe.h"
#include "accelerator_kokkos.h"
#include "atom.h"
#include "atom_vec.h"
@ -32,6 +30,8 @@
#include "neigh_request.h"
#include "memory.h"
#include "error.h"
#include "timer.h"
#include "universe.h"
#ifdef LMP_USER_OMP
#include "modify.h"