diff options
author | Song, BinX <binx.song@intel.com> | 2017-08-03 10:45:26 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2017-08-16 16:55:27 +0800 |
commit | 8a765da2a3da23607cd46c18c7d05937cd09d799 (patch) | |
tree | 33af6b31a4ef394aed6148f66717bf6a94616d0e /ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | |
parent | cc063f30dc12194542ad91928f64828e05305a39 (diff) | |
download | edk2-8a765da2a3da23607cd46c18c7d05937cd09d799.tar.gz edk2-8a765da2a3da23607cd46c18c7d05937cd09d799.tar.bz2 edk2-8a765da2a3da23607cd46c18c7d05937cd09d799.zip |
ShellPkg: Update header file including style
- Update header file including style to avoid MSDN C4464 warning
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bell Song <binx.song@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|