1 // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. 2 3 #pragma once 4 5 #if !defined(RXCPP_RX_HPP) 6 #define RXCPP_RX_HPP 7 8 #include "rx-includes.hpp" 9 10 #endif 11