mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -6,11 +6,11 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <wpi/jni_util.h>
|
||||
#include <wpi/string.h>
|
||||
#include "wpi/util/jni_util.hpp"
|
||||
#include "wpi/util/string.h"
|
||||
|
||||
#include "org_wpilib_hardware_hal_UsageReportingJNI.h"
|
||||
#include "hal/UsageReporting.h"
|
||||
#include "wpi/hal/UsageReporting.h"
|
||||
|
||||
using namespace wpi::java;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user