Commit 5637f0cb authored by nagayama15's avatar nagayama15

不要なincludeディレクティブを削除

parent e08595f5
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
#include "../src/nykk/CircularBitStream.hpp" #include "../src/nykk/CircularBitStream.hpp"
#include <iostream>
inline void run_test_circular_bit_stream() inline void run_test_circular_bit_stream()
{ {
auto s = nykk::CircularBitStream::from_string(u8"\xab\xcd\xef\x98"); auto s = nykk::CircularBitStream::from_string(u8"\xab\xcd\xef\x98");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment