Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannJEG committed Aug 23, 2024
1 parent 53e5f25 commit df67d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/mirr0r/mirr0r.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
*/

#include "frei0r.hpp"
#include "frei0r/math.h"
#include <cairo.h>
#define _USE_MATH_DEFINES
#include <cmath>

class Mirr0r : public frei0r::filter {

private:

unsigned int width;
unsigned int height;
double x_offset;
Expand Down

0 comments on commit df67d90

Please sign in to comment.