tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

include_jpeglib.h (596B)


      1 // Copyright (c) the JPEG XL Project Authors. All rights reserved.
      2 //
      3 // Use of this source code is governed by a BSD-style
      4 // license that can be found in the LICENSE file.
      5 
      6 #ifndef LIB_JXL_BASE_INCLUDE_JPEGLIB_H_
      7 #define LIB_JXL_BASE_INCLUDE_JPEGLIB_H_
      8 
      9 // Using this header ensures that includes go in the right order,
     10 // not alphabetically sorted.
     11 
     12 // NOLINTBEGIN
     13 /* clang-format off */
     14 #include <stdio.h>  // IWYU pragma: keep
     15 #include <jpeglib.h>  // IWYU pragma: keep
     16 #include <setjmp.h>  // IWYU pragma: keep
     17 /* clang-format on */
     18 // NOLINTEND
     19 
     20 #endif  // LIB_JXL_BASE_INCLUDE_JPEGLIB_H_