You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
replace header guards with #pragma once
This commit is contained in:
@ -15,8 +15,7 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#ifndef UDP_SENDER_H
|
||||
#define UDP_SENDER_H
|
||||
#pragma once
|
||||
|
||||
#include "udp-sender.h"
|
||||
#include "udpcast.h"
|
||||
@ -105,4 +104,3 @@ int localReader(struct fifo* fifo, int in);
|
||||
*/
|
||||
#define FLAG_STREAMING 0x0100
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user