Skip to content

Commit

Permalink
Header cleanup (#15)
Browse files Browse the repository at this point in the history
* remove duplicate pragma once

* remove old filename
  • Loading branch information
kahrendt authored Jan 30, 2025
1 parent 9199044 commit e038c10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/art_biquad.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#pragma once
////////////////////////////////////////////////////////////////////////////
// **** BIQUAD **** //
// Simple Biquad Filter Library //
Expand Down
1 change: 0 additions & 1 deletion include/art_resampler.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Distributed under the BSD Software License (see license.txt) //
////////////////////////////////////////////////////////////////////////////

// resampler.h
#pragma once

#include <string.h>
Expand Down

0 comments on commit e038c10

Please sign in to comment.