summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-subjects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/src/rxcpp/rx-subjects.hpp')
-rw-r--r--Rx/v2/src/rxcpp/rx-subjects.hpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/Rx/v2/src/rxcpp/rx-subjects.hpp b/Rx/v2/src/rxcpp/rx-subjects.hpp
deleted file mode 100644
index bcbe3c8..0000000
--- a/Rx/v2/src/rxcpp/rx-subjects.hpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
-
-#pragma once
-
-#if !defined(RXCPP_RX_SCHEDULER_SUBJECTS_HPP)
-#define RXCPP_RX_SCHEDULER_SUBJECTS_HPP
-
-#include "rx-includes.hpp"
-
-namespace rxcpp {
-
-namespace subjects {
-
-}
-namespace rxsub=subjects;
-
-}
-
-#include "subjects/rx-subject.hpp"
-#include "subjects/rx-behavior.hpp"
-#include "subjects/rx-replaysubject.hpp"
-#include "subjects/rx-synchronize.hpp"
-
-#endif