Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-08-27 17:05:36 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-08-27 17:05:36 +0300
commitbe392a76fb7eb684fab259485d27a6adbceeef32 (patch)
treefcc7de1a6e6583a7bc2a1e26e9b50f1752c3291a /update
parent165099ca877154289ad1e4f23ed26b9f1de5707b (diff)
Move TracyVersion.hpp to common.
Diffstat (limited to 'update')
-rw-r--r--update/src/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/src/update.cpp b/update/src/update.cpp
index 62a30ebd..f3cba1b7 100644
--- a/update/src/update.cpp
+++ b/update/src/update.cpp
@@ -7,10 +7,10 @@
#include <stdio.h>
#include <stdlib.h>
+#include "../../public/common/TracyVersion.hpp"
#include "../../server/TracyFileRead.hpp"
#include "../../server/TracyFileWrite.hpp"
#include "../../server/TracyPrint.hpp"
-#include "../../server/TracyVersion.hpp"
#include "../../server/TracyWorker.hpp"
#include "../../zstd/zstd.h"
#include "../../getopt/getopt.h"