1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Direct2D: Share more implementation headers between modules

This commit is contained in:
reuk 2024-08-12 17:41:59 +01:00
parent bb53174196
commit f0f77db261
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
3 changed files with 11 additions and 8 deletions

View file

@ -154,9 +154,3 @@ namespace juce
#include "native/juce_CoreGraphicsHelpers_mac.h"
#include "native/juce_CoreGraphicsContext_mac.h"
#endif
#if JUCE_WINDOWS
#include "native/juce_Direct2DMetrics_windows.h"
#include "native/juce_Direct2DGraphicsContext_windows.h"
#include "native/juce_Direct2DHwndContext_windows.h"
#endif