more IWYU updates

This commit is contained in:
Axel Kohlmeyer
2020-09-03 00:22:09 -04:00
parent a4a1f7e848
commit 9925122cea
14 changed files with 103 additions and 111 deletions

View File

@ -12,20 +12,20 @@
------------------------------------------------------------------------- */
#include "utils.h"
#include <cstring>
#include <cstdlib>
#include <cerrno>
#include "lammps.h"
#include "comm.h"
#include "compute.h"
#include "error.h"
#include "fix.h"
#include "memory.h"
#include "modify.h"
#include "tokenizer.h"
#include "text_file_reader.h"
#include "tokenizer.h"
#include "update.h"
#include "fmt/format.h"
#include <cctype>
#include <cerrno>
#include <cstring>
#if defined(__linux__)
#include <unistd.h> // for readlink