From 8a765da2a3da23607cd46c18c7d05937cd09d799 Mon Sep 17 00:00:00 2001 From: "Song, BinX" Date: Thu, 3 Aug 2017 10:45:26 +0800 Subject: [PATCH] ShellPkg: Update header file including style - Update header file including style to avoid MSDN C4464 warning Cc: Jaben Carsey Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bell Song Reviewed-by: Ruiyu Ni --- .../UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c | 2 +- .../UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c | 2 +- .../Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2 +- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 2 +- .../Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c index 50ba0480ff..b40276dee7 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c @@ -12,7 +12,7 @@ **/ -#include "../UefiShellDebug1CommandsLib.h" +#include "UefiShellDebug1CommandsLib.h" #include "PrintInfo.h" #include "QueryTable.h" #include "EventLogInfo.h" diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c index 6920263c92..edfdcc9b2a 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c @@ -13,7 +13,7 @@ **/ -#include "../UefiShellDebug1CommandsLib.h" +#include "UefiShellDebug1CommandsLib.h" #include #include "LibSmbiosView.h" #include "SmbiosView.h" diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c index 038f111ec3..7a75554d79 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c @@ -14,7 +14,7 @@ **/ -#include "../UefiShellDebug1CommandsLib.h" +#include "UefiShellDebug1CommandsLib.h" #include "PrintInfo.h" #include "LibSmbiosView.h" #include "QueryTable.h" diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index afea429b7a..3c561ad858 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -14,7 +14,7 @@ **/ -#include "../UefiShellDebug1CommandsLib.h" +#include "UefiShellDebug1CommandsLib.h" #include "QueryTable.h" #include "PrintInfo.h" diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c index a5b16fec08..6e7c7637a1 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c @@ -13,7 +13,7 @@ **/ -#include "../UefiShellDebug1CommandsLib.h" +#include "UefiShellDebug1CommandsLib.h" #include "LibSmbiosView.h" #include "SmbiosView.h" #include "PrintInfo.h" -- 2.39.2