diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-01-06 02:15:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 02:15:46 +0000 |
commit | 4fc621cfccb346f9073943288a0fcbf56aaad39c (patch) | |
tree | 181e6cce4f98eaea43f450905dee8fbc3e6d55a5 | |
parent | e43d60731e84fee9cd299719196ae4c3796bc141 (diff) | |
parent | aa556eafccd63d0cd4241fd4935d3f0504c4df3c (diff) | |
download | xmr-stak-4fc621cfccb346f9073943288a0fcbf56aaad39c.zip xmr-stak-4fc621cfccb346f9073943288a0fcbf56aaad39c.tar.gz |
Merge pull request #788 from psychocrypt/fix-removePragmaOnce
remove warning
-rw-r--r-- | xmrstak/misc/uac.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmrstak/misc/uac.cpp b/xmrstak/misc/uac.cpp index 5e8d08a..ad9d394 100644 --- a/xmrstak/misc/uac.cpp +++ b/xmrstak/misc/uac.cpp @@ -1,5 +1,3 @@ -#pragma once - #ifdef _WIN32 #include "xmrstak/misc/console.hpp" #include "xmrstak/params.hpp" |