From 5a0753265874ce0fe8a026f0557553bd1fd6b036 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 1 Dec 2014 04:05:31 +0000 Subject: remove unneccessary inclusion protection; patch from deraadt@ --- libroff.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libroff.h') diff --git a/libroff.h b/libroff.h index 31aad4bc..328264de 100644 --- a/libroff.h +++ b/libroff.h @@ -15,8 +15,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef LIBROFF_H -#define LIBROFF_H __BEGIN_DECLS @@ -84,5 +82,3 @@ enum rofferr eqn_read(struct eqn_node **, int, const char *, int, int *); __END_DECLS - -#endif /*LIBROFF_H*/ -- cgit