mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Tools: Fix lint by removing unneeded awk
git diff --name-only already took care of only returning the name, so the awk is unneeded and makes it return only empty file names. Facepalm, I know. Sorry for this oversight. (Also fixes something that lint didn't catch because of this)
This commit is contained in:
parent
c3b932c46e
commit
cbb77532c6
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <thread>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <curl/curlver.h>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue