more header cleanup

This commit is contained in:
Axel Kohlmeyer 2019-06-27 20:52:23 -04:00
parent 2c0a66b7f8
commit 932f052cbf
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
15 changed files with 8 additions and 23 deletions

View File

@ -14,7 +14,6 @@
/* ----------------------------------------------------------------------
Contributing author: Anders Hafreager (UiO)
------------------------------------------------------------------------- */
#include <limits>
#include <cmath>
#include <cstdio>
#include <cstdlib>

View File

@ -16,7 +16,6 @@
------------------------------------------------------------------------- */
#include <cstring>
#include <cstdio>
#include "angle_deprecated.h"
#include "angle_hybrid.h"
#include "comm.h"

View File

@ -12,7 +12,6 @@
------------------------------------------------------------------------- */
#include <mpi.h>
#include <cstdio>
#include <cstring>
#include <cctype>
#include "angle_hybrid.h"

View File

@ -13,7 +13,6 @@
#include <mpi.h>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "atom.h"

View File

@ -11,7 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "lmptype.h"
#include "pointers.h"
#include <mpi.h>
#include <cmath>
#include "atom.h"

View File

@ -11,7 +11,6 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include "atom_vec.h"

View File

@ -20,7 +20,6 @@ AtomStyle(hybrid,AtomVecHybrid)
#ifndef LMP_ATOM_VEC_HYBRID_H
#define LMP_ATOM_VEC_HYBRID_H
#include <cstdio>
#include "atom_vec.h"
namespace LAMMPS_NS {

View File

@ -15,8 +15,8 @@
Contributing author: Carsten Svaneborg (SDU)
------------------------------------------------------------------------- */
#include <cmath>
#include <cstdlib>
#include <mpi.h>
#include <cstdio>
#include <cstring>
#include "bond_zero.h"
#include "atom.h"

View File

@ -13,7 +13,6 @@
#include <mpi.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "change_box.h"
#include "atom.h"

View File

@ -11,10 +11,9 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <cstdio>
#include "citeme.h"
#include "version.h"
#include "universe.h"
#include "error.h"
using namespace LAMMPS_NS;

View File

@ -15,7 +15,6 @@
#define LMP_CITEME_H
#include "pointers.h"
#include <cstdio>
#include <set>
namespace LAMMPS_NS {
@ -29,7 +28,7 @@ class CiteMe : protected Pointers {
private:
FILE *fp; // opaque pointer to log.cite file object
typedef std::set<const char *> citeset;
citeset *cs; // registered set of publications
citeset *cs; // registered set of publications
};
}

View File

@ -21,6 +21,7 @@
#include "force.h"
#include "pair.h"
#include "modify.h"
#include "neighbor.h"
#include "fix.h"
#include "compute.h"
#include "domain.h"

View File

@ -19,23 +19,15 @@
#include <cmath>
#include <cstring>
#include <cstdio>
#include <cstdlib>
#include "comm_brick.h"
#include "comm_tiled.h"
#include "universe.h"
#include "atom.h"
#include "atom_vec.h"
#include "force.h"
#include "pair.h"
#include "domain.h"
#include "neighbor.h"
#include "group.h"
#include "modify.h"
#include "fix.h"
#include "compute.h"
#include "output.h"
#include "dump.h"
#include "math_extra.h"
#include "error.h"
#include "memory.h"

View File

@ -3,7 +3,7 @@
// bob_jenkins@burtleburtle.net
#include <cmath>
#include <stddef.h>
#include <cstddef>
#include <stdint.h>
// if the system defines the __BYTE_ORDER__ define,

View File

@ -12,6 +12,7 @@
------------------------------------------------------------------------- */
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <cctype>