break a Thrift service dependency

Summary:
Differ.h was including an overly-broad header when all it needed was
the type definitions. This makes building the inodes target with
mode/mac easier.

Reviewed By: simpkins, strager

Differential Revision: D14036477

fbshipit-source-id: 99f3a55d0523c179f6cf2aa4210119ae6f8e51f8
This commit is contained in:
Chad Austin 2019-02-13 14:57:31 -08:00 committed by Facebook Github Bot
parent c0955f75d2
commit d62a6c9154

View File

@ -10,7 +10,7 @@
#pragma once
#include <iosfwd>
#include "eden/fs/model/Hash.h"
#include "eden/fs/service/gen-cpp2/EdenService.h"
#include "eden/fs/service/gen-cpp2/eden_types.h"
namespace folly {
template <typename T>