1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move TracyVersion.hpp to common.

This commit is contained in:
Bartosz Taudul
2022-08-27 16:05:36 +02:00
parent 165099ca87
commit be392a76fb
9 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -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"