Home | History | Annotate | Download | only in rxcpp
      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 #define RXCPP_LITE
      9 #include "rx-includes.hpp"
     10 
     11 #endif
     12