remove a folly/Range include from GitBlob.h

Summary: GitBlob doesn't use folly/Range, so break that dependency.

Reviewed By: genevievehelsel

Differential Revision: D45718919

fbshipit-source-id: cbfc5942b2753038834fee18e93e99a6643d4a40
This commit is contained in:
Chad Austin 2023-05-10 16:26:12 -07:00 committed by Facebook GitHub Bot
parent 1c1d1dd7f7
commit 599884f228
2 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@
#include <folly/io/Cursor.h>
#include <folly/io/IOBuf.h>
#include "eden/fs/model/Blob.h"
#include "eden/fs/model/Hash.h"
using folly::IOBuf;
using std::invalid_argument;

View File

@ -7,7 +7,7 @@
#pragma once
#include <folly/Range.h>
#include <memory>
namespace folly {
class IOBuf;
@ -16,7 +16,6 @@ class IOBuf;
namespace facebook::eden {
class ObjectId;
class Hash20;
class Blob;
/**