* lisp/gnus/shr.el (shr-put-image): Use image-multi-frame-p if available.
[bpt/emacs.git] / lib / timespec-sub.c
index 0b3bb1b..97c9f9d 100644 (file)
@@ -1,6 +1,6 @@
 /* Subtract two struct timespec values.
 
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
    overflow, return an extremal value.  This assumes 0 <= tv_nsec <=
    999999999.  */
 
-#include <config.h>
 #include <config.h>
 #include "timespec.h"