aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-07-06 17:05:40 +0200
committerThomas White <taw@physics.org>2017-07-06 17:15:31 +0200
commit48d4a6b8e82cce81222ec58fdfb488ed79ce0bcf (patch)
tree6167301a3b86b4e738997397625d59b2d1a3b91d
parent548be7934456e116c5a8832c6e8e2f82f165c516 (diff)
Remove unnecessary headers and move an include
-rw-r--r--libcrystfel/src/taketwo.c16
1 files changed, 1 insertions, 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 <float.h>
#include <math.h>
#include <assert.h>
+#include <time.h>
#include "cell-utils.h"
#include "index.h"
#include "taketwo.h"
#include "peaks.h"
#include "symmetry.h"
-#include <time.h>
/**
* spotvec
@@ -1634,5 +1622,3 @@ void taketwo_cleanup(IndexingPrivate *pp)
free(tp);
}
-
-#endif