summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-lite.hpp
blob: a0a9d92fae79d74c2c4a5da51b280105dc4170e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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_HPP)
#define RXCPP_RX_HPP

#define RXCPP_LITE
#include "rx-includes.hpp"

#endif