Skip to content

Commit

Permalink
Remove unneeded typeindex header
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Mar 1, 2016
1 parent f80eaf7 commit 74a09ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/autowiring/Parallel.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "DispatchQueue.h"
#include <iterator>
#include <unordered_map>
#include <typeindex>
#include <deque>

class CoreContext;
Expand Down
1 change: 0 additions & 1 deletion src/autowiring/demangle.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved.
#pragma once
#include <string>
#include <typeindex>

struct AnySharedPointer;
struct auto_id;
Expand Down
1 change: 0 additions & 1 deletion src/autowiring/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <thread>
#include <tuple>
#include <type_traits>
#include <typeindex>
#include <unordered_map>
#include <vector>
#endif
Expand Down

0 comments on commit 74a09ad

Please sign in to comment.