mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 10:40:21 +00:00
color_out: fixed headers
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @author Martin Pulec <pulec@cesnet.cz>
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) 2018-2023 CESNET, z. s. p. o.
|
||||
* Copyright (c) 2018-2024 CESNET
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -35,25 +35,21 @@
|
||||
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config_unix.h"
|
||||
#include "config_win32.h"
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cstdarg>
|
||||
#include <cstdio> // for vsnprintf, fileno, stdout
|
||||
#include <cstdlib> // for getenv
|
||||
#include <cstring> // for strcmp, strlen
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <iterator> // for back_insert_iterator, back_inserter
|
||||
#include <unistd.h> // for isatty
|
||||
|
||||
#include "debug.h"
|
||||
#include "host.h"
|
||||
#include "utils/color_out.h"
|
||||
|
||||
using std::cout;
|
||||
using std::string;
|
||||
|
||||
static bool color_stdout;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* @author Martin Pulec <pulec@cesnet.cz>
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) 2018-2022 CESNET, z. s. p. o.
|
||||
* Copyright (c) 2018-2024 CESNET
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -100,7 +100,6 @@ char *prune_ansi_sequences_inplace_cstr(char *cstr);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user