mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Remove numbers.h from inline.h
* libguile/inline.h: Remove libguile/numbers.h. * libguile/inline.c: Alter include order to work around a weird failure.
This commit is contained in:
parent
e56d22153b
commit
111da53d5f
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2001, 2006, 2008, 2011, 2012, 2013 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2001,2006,2008,2011-2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
|
@ -22,9 +23,9 @@
|
|||
|
||||
#define SCM_IMPLEMENT_INLINES 1
|
||||
#define SCM_INLINE_C_IMPLEMENTING_INLINES 1
|
||||
#include "libguile/gc.h"
|
||||
#include "libguile/inline.h"
|
||||
#include "libguile/array-handle.h"
|
||||
#include "libguile/gc.h"
|
||||
#include "libguile/smob.h"
|
||||
#include "libguile/pairs.h"
|
||||
#include "libguile/ports.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include "libguile/__scm.h"
|
||||
|
||||
#include "libguile/numbers.h"
|
||||
#include "libguile/error.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue