Fixet protector definition in gswe-types.h

This commit is contained in:
Gergely Polonkai 2013-09-22 23:18:33 +02:00
parent 835dfddccd
commit fc6f7ea159
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __SWE_GLIB_GSWE_PLANETS_H__
#define __SWE_GLIB_GSWE_PLANETS_H__
#ifndef __SWE_GLIB_GSWE_TYPES_H__
#define __SWE_GLIB_GSWE_TYPES_H__
#include <glib.h>
#include <glib-object.h>
@ -474,5 +474,5 @@ typedef struct {
GType gswe_antiscion_data_get_type(void);
#define GSWE_TYPE_ANTISCION_DATA (gswe_antiscion_data_get_type())
#endif /* __SWE_GLIB_GSWE_PLANETS_H__ */
#endif /* __SWE_GLIB_GSWE_TYPES_H__ */