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,15 +11,11 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <mpi.h>
#include <cstdlib>
#include <cstring>
#include <cctype>
#include "compute.h"
#include "atom.h"
#include "domain.h"
#include "force.h"
#include "comm.h"
#include "group.h"
#include "modify.h"
#include "fix.h"