From d6ae56e2dede69dd358dd255682127622b00f6fd Mon Sep 17 00:00:00 2001
From: lhausamm <loic_hausammann@hotmail.com>
Date: Tue, 5 Jun 2018 08:49:19 +0200
Subject: [PATCH] Remove unused struct declaration

---
 src/common_io.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/common_io.h b/src/common_io.h
index fe69dd0b75..5e02d670cc 100644
--- a/src/common_io.h
+++ b/src/common_io.h
@@ -32,7 +32,6 @@
 #define IO_BUFFER_ALIGNMENT 1024
 
 /* Avoid cyclic inclusion problems */
-struct cosmology;
 struct part;
 struct gpart;
 struct spart;
-- 
GitLab