Remove unused includes in enc_tde.c

These includes were used by functions which have now been removed.
pull/238/head
Andreas Karlsson 3 months ago committed by Andreas Karlsson
parent 7082cf86ca
commit 28573139c0
  1. 4
      contrib/pg_tde/src/encryption/enc_tde.c

@ -3,12 +3,8 @@
#include <openssl/err.h>
#include <openssl/rand.h>
#include "storage/bufmgr.h"
#include "access/pg_tde_tdemap.h"
#include "encryption/enc_tde.h"
#include "encryption/enc_aes.h"
#include "pg_tde_defines.h"
#ifdef FRONTEND
#include "pg_tde_fe.h"

Loading…
Cancel
Save