some more IWYU tweaks
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
#include "msi2lmp.h"
|
||||
#include "Forcefield.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@ -151,7 +151,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user