guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 09/86: Remove alignof.h inclusion from _scm.h


From: Andy Wingo
Subject: [Guile-commits] 09/86: Remove alignof.h inclusion from _scm.h
Date: Wed, 20 Jun 2018 14:09:28 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit e48567fa6c32c0181bc5bc17df4eda51030a9d93
Author: Andy Wingo <address@hidden>
Date:   Sun Jun 17 19:50:43 2018 +0200

    Remove alignof.h inclusion from _scm.h
    
    * libguile/_scm.h: Remove unneeded alignof.h inclusion.
---
 libguile/_scm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libguile/_scm.h b/libguile/_scm.h
index b2a9757..10b8108 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -32,7 +32,6 @@
  and differences between _scm.h and __scm.h.
  **********************************************************************/
 
-#include <alignof.h>
 #include "libguile/__scm.h"
 
 /* Include headers for those files central to the implementation.  The



reply via email to

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