chore(ref): clean up includes

This commit is contained in:
fallenoak 2022-12-28 08:56:54 -06:00
parent f395a2dc9d
commit 2c03a4a5df
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
4 changed files with 17 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#ifndef COMMON_STRING_RC_STRING_HPP
#define COMMON_STRING_RC_STRING_HPP
#include "common/ref/TRefCnt.hpp"
#include "common/Ref.hpp"
#include <cstdlib>
class RCString : public TRefCnt {