1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

[NFC] Remove unused headers in Optional.h

llvm-svn: 354362
This commit is contained in:
Serge Guelton 2019-02-19 18:03:47 +00:00
parent 703c707d82
commit d363ab49c1

View File

@ -16,10 +16,8 @@
#define LLVM_ADT_OPTIONAL_H
#include "llvm/ADT/None.h"
#include "llvm/Support/AlignOf.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/type_traits.h"
#include <algorithm>
#include <cassert>
#include <new>
#include <utility>