Fix quotes.

llvm-svn: 19909
This commit is contained in:
Chris Lattner 2005-01-29 06:29:45 +00:00
parent b49177f017
commit afdbae2b55
1 changed files with 1 additions and 1 deletions

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>