Skip to content

Commit

Permalink
[CHORE:CI] Remove toml parser header
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Jan 29, 2025
1 parent d2a51e6 commit 535c89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music/audio_playback.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef AUDIO_PLAYBACK_HPP
#define AUDIO_PLAYBACK_HPP

#include "parser/toml_parser.hpp"
#define MINIAUDIO_IMPLEMENTATION
#include "miniaudio.h"
#include <chrono>
Expand All @@ -12,6 +11,7 @@
#include <string>
#include <thread>
#include <vector>
#include <sstream>

/**
* @struct AudioDevice
Expand Down

0 comments on commit 535c89f

Please # to comment.