Fix quotes.

llvm-svn: 19909
This commit is contained in:
Chris Lattner 2005-01-29 06:29:45 +00:00
parent 8d28a62773
commit 41114c90af

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>