]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove extern "C"
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:18 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:18 +0000 (11:23 -0700)
open-vm-tools/services/plugins/dndcp/dnd/rpcV3Util.hpp
open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp

index 30635d59cf9c446c5b1356fbf0a5ee7c1844456f..75a541d5d52131055d6fa6a1a33f7ee25cbe3bdf 100644 (file)
 #endif
 
 #include "rpcBase.h"
-
-extern "C" {
-   #include "dnd.h"
-}
+#include "dnd.h"
 
 struct DnDMsg;
 
index 496114cf4d8e4622122f9c76f16cca7b037960cc..4fc22b9df3bc06e3fd790ea79b612ea6e717f1f6 100644 (file)
 #include "rpcBase.h"
 #include "dndRpcListener.hpp"
 #include "dbllnklst.h"
-
+#include "dnd.h"
 
 extern "C" {
-   #include "dnd.h"
    #include "dndCPMsgV4.h"
 }