Skip to content

Commit

Permalink
Put header at the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jul 5, 2023
1 parent a5cf037 commit b98ae4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions 3rd_party/drivelist/src/drivelist.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
//#include <nan.h>
#include <string>
#include <vector>
#include <cstdint>

namespace Drivelist {

Expand Down
2 changes: 0 additions & 2 deletions 3rd_party/drivelist_linux/linuxdrivelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include <QJsonObject>
#include <QDebug>

#include <cstdint>

/*
* Our third-party drivelist module does not provide a C++ implementation
* for listing drives on Linux (only Javascript)
Expand Down

0 comments on commit b98ae4c

Please sign in to comment.