Skip to content

Commit e77643b

Browse files
committed
fix includes
fixes includes for types
1 parent 6fdd1ae commit e77643b

File tree

3 files changed

+1
-184
lines changed

3 files changed

+1
-184
lines changed

include/cpp_redis/core/stream_types.hpp

Lines changed: 0 additions & 183 deletions
This file was deleted.
File renamed without changes.

src/cpp_redis/core/types.cpp renamed to src/cpp_redis/types/common_types.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#include <cpp_redis/core/types.hpp>
23+
#include <cpp_redis/types/streams_types.hpp>
2424

2525
namespace cpp_redis {
2626

0 commit comments

Comments
 (0)