From 48d4a6b8e82cce81222ec58fdfb488ed79ce0bcf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Jul 2017 17:05:40 +0200 Subject: Remove unnecessary headers and move an include --- libcrystfel/src/taketwo.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 434c5b0d..605ced7f 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1,15 +1,3 @@ -// -// ignore.h -// cppxfel -// -// Created by Helen Ginn on 24/03/2017. -// Copyright (c) 2017 Division of Structural Biology Oxford. All rights reserved. -// - -#ifndef cppxfel_ignore_h -#define cppxfel_ignore_h - - /* * taketwo.c * @@ -45,13 +33,13 @@ #include #include #include +#include #include "cell-utils.h" #include "index.h" #include "taketwo.h" #include "peaks.h" #include "symmetry.h" -#include /** * spotvec @@ -1634,5 +1622,3 @@ void taketwo_cleanup(IndexingPrivate *pp) free(tp); } - -#endif -- cgit v1.2.3