Browse Source

External UI: avoid including a DGL header

pull/323/head
Luciano Iam 4 years ago
parent
commit
c2b944f05f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoUI.cpp

+ 1
- 1
distrho/src/DistrhoUI.cpp View File

@@ -25,10 +25,10 @@
# endif
#else
# include "src/TopLevelWidgetPrivateData.hpp"
# include "src/WindowPrivateData.hpp"
#endif

#include "DistrhoUIPrivateData.hpp"
#include "src/WindowPrivateData.hpp"

START_NAMESPACE_DISTRHO



Loading…
Cancel
Save