IPDBLineNumber.h - remove unused includes. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-29 11:23:40 +01:00
parent fabf4afe05
commit 9ab7215846
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#ifndef LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
#define LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
#include "PDBTypes.h"
#include <cstdint.>
namespace llvm {
namespace pdb {