os: merge os/xstrans.c and os/transport.c

Since xtrans is now in-tree and already have been trimmed down
for only things needed by the Xserver, the split between xstrans.c
and transport.c isn't needed anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-03 09:56:20 +01:00
committed by Enrico Weigelt
parent d877b4830c
commit 409e721e98
3 changed files with 3 additions and 6 deletions

View File

@@ -16,11 +16,11 @@ srcs_os = [
'ossock.c',
'serverlock.c',
'string.c',
'transport.c',
'utils.c',
'xdmauth.c',
'xhostname.c',
'xsha1.c',
'xstrans.c',
'xprintf.c',
'log.c',
]

View File

@@ -46,8 +46,10 @@ from The Open Group.
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <dix-config.h>
#include <stdlib.h>
#include <X11/Xfuncproto.h>
#define XTRANS_TRANSPORT_C /* used to flag Xtransint.h that it's being used
here, not just #included in another file */

View File

@@ -1,5 +0,0 @@
#include <dix-config.h>
#include <X11/Xfuncproto.h>
#include "os/transport.c"