diff options
Diffstat (limited to 'libguile/objprop.c')
-rw-r--r-- | libguile/objprop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/objprop.c b/libguile/objprop.c index e9ddbe4d9..f79f1ddd0 100644 --- a/libguile/objprop.c +++ b/libguile/objprop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996, 2000, 2001, 2003, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996, 2000, 2001, 2003, 2006, 2008, 2009, 2010, 2011, 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 @@ -23,11 +23,11 @@ #endif #include "libguile/_scm.h" +#include "libguile/alist.h" #include "libguile/async.h" #include "libguile/hashtab.h" -#include "libguile/alist.h" - #include "libguile/objprop.h" +#include "libguile/weak-table.h" /* {Object Properties} |