bulk removal of #include <cstdio> from header files

This commit is contained in:
Axel Kohlmeyer
2019-06-27 21:54:07 -04:00
parent 86a9e4fca2
commit 4ec3a508fc
124 changed files with 2 additions and 129 deletions

View File

@ -11,19 +11,16 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <cmath>
#include <cstring>
#include "comm_tiled.h"
#include "comm_brick.h"
#include "atom.h"
#include "atom_vec.h"
#include "domain.h"
#include "force.h"
#include "pair.h"
#include "neighbor.h"
#include "modify.h"
#include "fix.h"
#include "compute.h"
#include "output.h"
#include "dump.h"
#include "memory.h"
#include "error.h"