cleanup includes in variable.h

This commit is contained in:
Axel Kohlmeyer
2019-06-27 00:33:48 -04:00
parent 7f342b1cd0
commit ff36bad099

View File

@ -14,9 +14,8 @@
#ifndef LMP_VARIABLE_H
#define LMP_VARIABLE_H
#include <cstdlib>
#include <cstdio>
#include "pointers.h"
#include "input.h"
namespace LAMMPS_NS {