[llvm-commits] [llvm] r119309 - in /llvm/trunk: include/llvm/Object/ObjectFile.h lib/Object/ObjectFile.cpp
Frits van Bommel
fvbommel at gmail.com
Tue Nov 16 01:13:02 PST 2010
On Tue, Nov 16, 2010 at 2:06 AM, Michael J. Spencer
<bigcheesegs at gmail.com> wrote:
> +#include "llvm/ADT/StringRef.h"
> +#include "llvm/System/DataTypes.h"
>
> namespace llvm {
>
> class MemoryBuffer;
> +class StringRef;
Surely you don't need both the #include *and* the forward declaration?
More information about the llvm-commits
mailing list