Unverified Commit a705b635 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

remove cstdio include

cstdio is implicitly included by pointers.h which is included by fix.h.
parent ff991c4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ FixStyle(deposit,FixDeposit)
#ifndef LMP_FIX_DEPOSIT_H
#define LMP_FIX_DEPOSIT_H

#include <cstdio>
#include "fix.h"

namespace LAMMPS_NS {