Skip to content

Commit

Permalink
Fix headers to comply to #6990
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Jun 2, 2024
1 parent e62167b commit 91f8c82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/Lv2Features.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <string_view>
#include <vector>
#include "Lv2Manager.h"
#include <lv2/lv2plug.in/ns/ext/data-access/data-access.h>
#include <lv2/data-access/data-access.h>


namespace lmms
Expand Down
2 changes: 1 addition & 1 deletion include/Lv2UridCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#ifdef LMMS_HAVE_LV2

#include <cstdint>
#include <lv2/lv2plug.in/ns/ext/urid/urid.h>
#include <lv2/urid/urid.h>


namespace lmms
Expand Down
4 changes: 2 additions & 2 deletions src/core/lv2/Lv2Manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#include <lv2/options/options.h>
#include <lv2/worker/worker.h>

#include <lv2/lv2plug.in/ns/ext/patch/patch.h>
#include <lv2/lv2plug.in/ns/ext/time/time.h>
#include <lv2/patch/patch.h>
#include <lv2/time/time.h>
#define NS_XSD "http://www.w3.org/2001/XMLSchema#"

#include <QDebug>
Expand Down

0 comments on commit 91f8c82

Please sign in to comment.