summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx.hpp
blob: 79bd4fdfdf1d265c293cb26d55880cb44ede9dfe (plain)
1
2
3
4
5
6
7
8
9
10
// 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

#include "rx-includes.hpp"

#endif