#ifndef __CONF_H__
#define __CONF_H__
-#include "guestApp.h"
-
#define CONF_FILE "tools.conf"
#if ! defined(_WIN32)
/*********************************************************
- * Copyright (C) 1998-2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2020 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "vmware.h"
#include "buildNumber.h"
#include "conf.h"
+#include "guestApp.h"
#include "debug.h"
#include "dynxdr.h"
#include "hostinfo.h"
/*********************************************************
- * Copyright (C) 2008-2016,2018-2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008-2016,2018-2020 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "vm_basic_defs.h"
#include "conf.h"
+#include "guestApp.h"
#include "procMgr.h"
#include "system.h"
#include "vmware/guestrpc/powerops.h"
#include "serviceDiscoveryInt.h"
#include "vmware.h"
#include "conf.h"
+#include "guestApp.h"
#include "dynbuf.h"
#include "util.h"
#include "vmcheck.h"
/*********************************************************
- * Copyright (C) 2008-2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008-2020 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "vm_basic_defs.h"
#include "vm_assert.h"
#include "conf.h"
+#include "guestApp.h"
#include "str.h"
#include "strutil.h"
#include "toolsCoreInt.h"