some more IWYU tweaks

This commit is contained in:
Axel Kohlmeyer
2020-09-04 09:23:20 -04:00
parent d6ba95bed6
commit f541647d44
8 changed files with 7 additions and 9 deletions

View File

@ -3,7 +3,6 @@
*/
#include "msi2lmp.h"
#include "Forcefield.h"
#include <stdlib.h>

View File

@ -151,7 +151,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
/* global variables */

View File

@ -34,7 +34,7 @@
* compatibility with the obsolete LAMMPS version written in Fortran 90.
*/
# include <stdio.h>
#include <stdio.h> /* IWYU pragma: export */
#define MSI2LMP_VERSION "v3.9.9 / 05 Nov 2018"