Unverified Commit 5b7ae371 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

clean up include handling for VORONOI package

parent 13d4fbdc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -15,16 +15,14 @@
   Contributing author: Daniel Schwen
------------------------------------------------------------------------- */

#include "compute_voronoi_atom.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "voro++.hh"
#include "compute_voronoi_atom.h"
#include "atom.h"
#include "group.h"
#include "update.h"
#include "modify.h"
#include "domain.h"
#include "memory.h"
#include "error.h"