Skip to content

Commit

Permalink
Drop 'libdrm/' from the include
Browse files Browse the repository at this point in the history
  • Loading branch information
bsolos committed Mar 7, 2023
1 parent 17c920f commit bf4ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amdgpu_libdrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <thread>
#include <chrono>
#include <xf86drm.h>
#include <libdrm/amdgpu.h>
#include <amdgpu.h>
#include <spdlog/spdlog.h>
#include <fcntl.h>
#include <unistd.h>
Expand Down

0 comments on commit bf4ee87

Please sign in to comment.