Fix quotes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19909 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-29 06:29:45 +00:00
parent 2cc2ab96e0
commit 8b80ecd5ca

View File

@ -15,7 +15,7 @@
#ifndef LLVM_SUPPORT_TIMER_H
#define LLVM_SUPPORT_TIMER_H
#include <llvm/Support/DataTypes.h>
#include "llvm/Support/DataTypes.h"
#include <string>
#include <vector>
#include <iosfwd>