guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 31/86: Remove gc.h from inline.h


From: Andy Wingo
Subject: [Guile-commits] 31/86: Remove gc.h from inline.h
Date: Wed, 20 Jun 2018 14:09:34 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 1913deaf49315770600e07a456db7d6dfa110061
Author: Andy Wingo <address@hidden>
Date:   Tue Jun 19 10:30:24 2018 +0200

    Remove gc.h from inline.h
---
 libguile/inline.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libguile/inline.h b/libguile/inline.h
index 3c9b09b..6af8d2a 100644
--- a/libguile/inline.h
+++ b/libguile/inline.h
@@ -3,8 +3,8 @@
 #ifndef SCM_INLINE_H
 #define SCM_INLINE_H
 
-/* Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008, 2009, 2010,
- *   2011, 2012, 2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2004,2006,2008-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
@@ -29,7 +29,6 @@
 
 #include "libguile/__scm.h"
 
-#include "libguile/gc.h"
 #include "libguile/threads.h"
 #include "libguile/array-handle.h"
 #include "libguile/ports.h"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]