]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/i386/multiboot_mmap.c: Remove leftover include.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 2 Sep 2010 21:50:07 +0000 (23:50 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 2 Sep 2010 21:50:07 +0000 (23:50 +0200)
ChangeLog
grub-core/kern/i386/multiboot_mmap.c

index 0f04c8c79365ad9f743c11b8f6db20d2748ade77..b144c9507c18f1de7e41cc51ce7c738294ace716 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-02  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/i386/multiboot_mmap.c: Remove leftover include.
+
 2010-09-02  Colin Watson  <cjwatson@ubuntu.com>
 
        * .bzrignore: Add *.pp, **/.dirstamp, grub-core/*.module, and
index 0f463c23c5bdd549a969710a5f77d62d3667ccf4..73c82049f90f6c22f015232d6115cea960735e35 100644 (file)
@@ -16,7 +16,6 @@
  *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <grub/machine/init.h>
 #include <grub/machine/memory.h>
 #include <grub/types.h>
 #include <grub/multiboot.h>