summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32DivS64x64Remainder.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32DivS64x64Remainder.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32DivS64x64Remainder.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32DivS64x64Remainder.c b/MdePkg/Library/BaseLib/Ia32DivS64x64Remainder.c
index 36b256f07c..6d3b5a47a1 100644
--- a/MdePkg/Library/BaseLib/Ia32DivS64x64Remainder.c
+++ b/MdePkg/Library/BaseLib/Ia32DivS64x64Remainder.c
@@ -1,7 +1,7 @@
/** @file
Integer division worker functions for Ia32.
- Copyright (c) 2006, Intel Corporation<BR>
+ Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -12,12 +12,7 @@
**/
-//
-// Include common header file for this module.
-//
-
-
-#include "../BaseLibInternals.h"
+#include "BaseLibInternals.h"
/**
Worker function that Divides a 64-bit signed integer by a 64-bit signed integer and