]> source.dussan.org Git - tigervnc.git/commit
Be consistent in including config.h
authorPierre Ossman <ossman@cendio.se>
Thu, 30 Dec 2021 09:20:13 +0000 (10:20 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 30 Dec 2021 09:23:49 +0000 (10:23 +0100)
commitb6d6db9b7c49898a663e9a9bc309ba10275a65f4
tree3a0dabeb9246269e4d87e0daa47e6729d6b5fc81
parent425d8302b44137234e83d62edb70754d114b5cba
Be consistent in including config.h

The generally recommended way is to include it from source files, not
headers. We had a mix of both. Let's try to be consistent and follow the
recommended way.
151 files changed:
common/os/Mutex.cxx
common/os/Thread.cxx
common/os/os.h
common/rdr/FileInStream.cxx
common/rdr/HexInStream.cxx
common/rdr/HexOutStream.cxx
common/rdr/RandomStream.cxx
common/rdr/TLSInStream.h
common/rdr/TLSOutStream.h
common/rdr/ZlibInStream.cxx
common/rdr/ZlibOutStream.cxx
common/rfb/Blacklist.cxx
common/rfb/CConnection.cxx
common/rfb/CMsgHandler.cxx
common/rfb/CMsgReader.cxx
common/rfb/CMsgWriter.cxx
common/rfb/CSecurityPlain.cxx
common/rfb/CSecurityStack.cxx
common/rfb/CSecurityTLS.h
common/rfb/CSecurityVeNCrypt.cxx
common/rfb/CSecurityVncAuth.cxx
common/rfb/ClientParams.cxx
common/rfb/ComparingUpdateTracker.cxx
common/rfb/Configuration.cxx
common/rfb/Congestion.cxx
common/rfb/CopyRectDecoder.cxx
common/rfb/Cursor.cxx
common/rfb/DecodeManager.cxx
common/rfb/Decoder.cxx
common/rfb/EncodeManager.cxx
common/rfb/Encoder.cxx
common/rfb/HextileDecoder.cxx
common/rfb/HextileEncoder.cxx
common/rfb/JpegCompressor.cxx
common/rfb/JpegDecompressor.cxx
common/rfb/KeyRemapper.cxx
common/rfb/LogWriter.cxx
common/rfb/Logger.cxx
common/rfb/Logger_file.cxx
common/rfb/Logger_stdio.cxx
common/rfb/Logger_syslog.cxx
common/rfb/Password.cxx
common/rfb/PixelBuffer.cxx
common/rfb/PixelFormat.cxx
common/rfb/RREDecoder.cxx
common/rfb/RREEncoder.cxx
common/rfb/RawDecoder.cxx
common/rfb/RawEncoder.cxx
common/rfb/Region.cxx
common/rfb/SConnection.cxx
common/rfb/SMsgHandler.cxx
common/rfb/SMsgReader.cxx
common/rfb/SMsgWriter.cxx
common/rfb/SSecurityPlain.h
common/rfb/SSecurityStack.cxx
common/rfb/SSecurityTLS.h
common/rfb/SSecurityVeNCrypt.h
common/rfb/SSecurityVncAuth.cxx
common/rfb/ScaleFilters.cxx
common/rfb/ServerCore.cxx
common/rfb/ServerParams.cxx
common/rfb/TightDecoder.cxx
common/rfb/TightEncoder.cxx
common/rfb/TightJPEGEncoder.cxx
common/rfb/Timer.cxx
common/rfb/UpdateTracker.cxx
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCServerST.cxx
common/rfb/WinPasswdValidator.cxx
common/rfb/ZRLEDecoder.cxx
common/rfb/ZRLEEncoder.cxx
common/rfb/encodings.cxx
common/rfb/util.h
tests/perf/convperf.cxx
tests/perf/decperf.cxx
tests/perf/encperf.cxx
tests/perf/fbperf.cxx
tests/perf/util.cxx
tests/unit/conv.cxx
tests/unit/convertlf.cxx
tests/unit/emulatemb.cxx
tests/unit/gesturehandler.cxx
tests/unit/hostport.cxx
tests/unit/pixelformat.cxx
tests/unit/unicode.cxx
unix/common/unixcommon.h
unix/tx/TXWindow.cxx
unix/vncconfig/QueryConnectDialog.cxx
unix/vncconfig/vncExt.c
unix/vncconfig/vncconfig.cxx
unix/vncpasswd/vncpasswd.cxx
unix/x0vncserver/Geometry.cxx
unix/x0vncserver/Image.cxx
unix/x0vncserver/PollingManager.cxx
unix/x0vncserver/PollingScheduler.cxx
unix/x0vncserver/RandrGlue.c
unix/x0vncserver/TimeMillis.cxx
unix/x0vncserver/XDesktop.cxx
unix/x0vncserver/XPixelBuffer.cxx
unix/x0vncserver/x0vncserver.cxx
unix/xserver/hw/vnc/RFBGlue.cc
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/vncExtInit.cc
vncviewer/MonitorArrangement.cxx
vncviewer/MonitorIndicesParameter.cxx
vncviewer/PlatformPixelBuffer.cxx
vncviewer/Surface.cxx
vncviewer/Surface_OSX.cxx
vncviewer/Surface_Win32.cxx
vncviewer/Surface_X11.cxx
vncviewer/menukey.cxx
vncviewer/win32.c
win/rfb_win32/AboutDialog.cxx
win/rfb_win32/CleanDesktop.cxx
win/rfb_win32/Clipboard.cxx
win/rfb_win32/CurrentUser.cxx
win/rfb_win32/DIBSectionBuffer.cxx
win/rfb_win32/DeviceContext.cxx
win/rfb_win32/DeviceFrameBuffer.cxx
win/rfb_win32/Dialog.cxx
win/rfb_win32/EventManager.cxx
win/rfb_win32/LaunchProcess.cxx
win/rfb_win32/ListViewControl.cxx
win/rfb_win32/MonitorInfo.cxx
win/rfb_win32/MsgWindow.cxx
win/rfb_win32/RegConfig.cxx
win/rfb_win32/Registry.cxx
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SDisplayCorePolling.cxx
win/rfb_win32/SDisplayCoreWMHooks.cxx
win/rfb_win32/SInput.cxx
win/rfb_win32/Security.cxx
win/rfb_win32/Service.cxx
win/rfb_win32/SocketManager.cxx
win/rfb_win32/TCharArray.cxx
win/rfb_win32/TsSessions.cxx
win/rfb_win32/WMCursor.cxx
win/rfb_win32/WMHooks.cxx
win/rfb_win32/WMNotifier.cxx
win/rfb_win32/WMPoller.cxx
win/rfb_win32/WMShatter.cxx
win/rfb_win32/WMWindowCopyRect.cxx
win/rfb_win32/Win32Util.cxx
win/winvnc/ControlPanel.cxx
win/winvnc/ManagedListener.cxx
win/winvnc/QueryConnectDialog.cxx
win/winvnc/STrayIcon.cxx
win/winvnc/VNCServerService.cxx
win/winvnc/VNCServerWin32.cxx
win/winvnc/winvnc.cxx
win/wm_hooks/wm_hooks.cxx